Color spaces of #274149
RGB | 39 | 65 | 73 |
---|---|---|---|
HSL | 0.54 | 0.30 | 0.22 |
HSV | 194° | 47° | 29° |
CMYK | 0.47 | 0.11 | 0.00 0.71 |
XYZ | 3.9296 | 4.6930 | 7.0021 |
Yxy | 4.6930 | 0.2515 | 0.3004 |
Hunter Lab | 21.6633 | -5.5320 | -3.9996 |
CIE-Lab | 25.8416 | -7.4603 | -7.9877 |
#274149 color RGB value is (39,65,73).
#274149 hex color red value is 39, green value is 65 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #274149 hue: 0.54 , saturation: 0.30 and the lightness value of 274149 is 0.22.
The process color (four color CMYK) of #274149 color hex is 0.47, 0.11, 0.00, 0.71. Web safe color of #274149 is #333333. Color #274149 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01000001 | 01001001 |
Octal | 47 | 101 | 111 |
Decimal | 39 | 65 | 73 |
Hex | 27 | 41 | 49 |
Shades of #274149
Tints of #274149
RGB Percentages of Color #274149
CMYK Percentages of Color #274149
Complementary Color
#274149 | #492f27 |
#274149 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#274149 Color Preview on White Background
Lorem ipsum dolor sit amet.
#274149 Color CSS Codes
.mybgcolor {background-color:#274149; } .myforecolor {color:#274149; } .mybordercolor {border:3px solid #274149; }
#274149 Text Font Color
<p style="color:#274149">Text here</p>
This sample text font color is #274149
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#274149 Background Color
<div style="background-color:#274149">
Div content here</div>
This div background color is #274149
#274149 Border Color
<div style="border:3px solid #274149">
Div here</div>
This div border color is #274149
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,65,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #274149; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #274149; -webkit-box-shadow: 1px 1px 3px 2px #274149; box-shadow: 1px 1px 3px 2px #274149; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,65,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #274149">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #274149; -webkit-box-shadow: 1px 1px 3px 2px #274149; box-shadow: 1px 1px 3px 2px #274149;">
Div content here</div>
This div box has shadow with color #274149
Comments
No comments written yet.
Please login to write comment.