Color spaces of #49506a
RGB | 73 | 80 | 106 |
---|---|---|---|
HSL | 0.63 | 0.18 | 0.35 |
HSV | 227° | 31° | 42° |
CMYK | 0.31 | 0.25 | 0.00 0.58 |
XYZ | 8.2178 | 8.1944 | 14.7842 |
Yxy | 8.1944 | 0.2634 | 0.2627 |
Hunter Lab | 28.6259 | 1.1478 | -10.5830 |
CIE-Lab | 34.3845 | 3.9188 | -15.9261 |
#49506a color RGB value is (73,80,106).
#49506a hex color red value is 73, green value is 80 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #49506a hue: 0.63 , saturation: 0.18 and the lightness value of 49506a is 0.35.
The process color (four color CMYK) of #49506a color hex is 0.31, 0.25, 0.00, 0.58. Web safe color of #49506a is #336666. Color #49506a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01010000 | 01101010 |
Octal | 111 | 120 | 152 |
Decimal | 73 | 80 | 106 |
Hex | 49 | 50 | 6A |
Shades of #49506a
Tints of #49506a
RGB Percentages of Color #49506a
CMYK Percentages of Color #49506a
Complementary Color
#49506a | #6a6349 |
#49506a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49506a Color Preview on White Background
Lorem ipsum dolor sit amet.
#49506a Color CSS Codes
.mybgcolor {background-color:#49506a; } .myforecolor {color:#49506a; } .mybordercolor {border:3px solid #49506a; }
#49506a Text Font Color
<p style="color:#49506a">Text here</p>
This sample text font color is #49506a
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.
#49506a Background Color
<div style="background-color:#49506a">
Div content here</div>
This div background color is #49506a
#49506a Border Color
<div style="border:3px solid #49506a">
Div here</div>
This div border color is #49506a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,80,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49506a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49506a; -webkit-box-shadow: 1px 1px 3px 2px #49506a; box-shadow: 1px 1px 3px 2px #49506a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,80,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49506a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49506a; -webkit-box-shadow: 1px 1px 3px 2px #49506a; box-shadow: 1px 1px 3px 2px #49506a;">
Div content here</div>
This div box has shadow with color #49506a
Comments
No comments written yet.
Please login to write comment.