Color spaces of #494f63
RGB | 73 | 79 | 99 |
---|---|---|---|
HSL | 0.63 | 0.15 | 0.34 |
HSV | 226° | 26° | 39° |
CMYK | 0.26 | 0.20 | 0.00 0.61 |
XYZ | 7.7958 | 7.9093 | 12.9201 |
Yxy | 7.9093 | 0.2723 | 0.2763 |
Hunter Lab | 28.1235 | 0.2639 | -7.5518 |
CIE-Lab | 33.7933 | 2.6160 | -12.4296 |
#494f63 color RGB value is (73,79,99).
#494f63 hex color red value is 73, green value is 79 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #494f63 hue: 0.63 , saturation: 0.15 and the lightness value of 494f63 is 0.34.
The process color (four color CMYK) of #494f63 color hex is 0.26, 0.20, 0.00, 0.61. Web safe color of #494f63 is #336666. Color #494f63 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01001111 | 01100011 |
Octal | 111 | 117 | 143 |
Decimal | 73 | 79 | 99 |
Hex | 49 | 4F | 63 |
Shades of #494f63
Tints of #494f63
RGB Percentages of Color #494f63
CMYK Percentages of Color #494f63
Complementary Color
#494f63 | #635d49 |
#494f63 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#494f63 Color Preview on White Background
Lorem ipsum dolor sit amet.
#494f63 Color CSS Codes
.mybgcolor {background-color:#494f63; } .myforecolor {color:#494f63; } .mybordercolor {border:3px solid #494f63; }
#494f63 Text Font Color
<p style="color:#494f63">Text here</p>
This sample text font color is #494f63
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.
#494f63 Background Color
<div style="background-color:#494f63">
Div content here</div>
This div background color is #494f63
#494f63 Border Color
<div style="border:3px solid #494f63">
Div here</div>
This div border color is #494f63
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,79,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #494f63; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494f63; -webkit-box-shadow: 1px 1px 3px 2px #494f63; box-shadow: 1px 1px 3px 2px #494f63; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,79,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #494f63">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #494f63; -webkit-box-shadow: 1px 1px 3px 2px #494f63; box-shadow: 1px 1px 3px 2px #494f63;">
Div content here</div>
This div box has shadow with color #494f63
Comments
No comments written yet.
Please login to write comment.