Color spaces of #497dab
RGB | 73 | 125 | 171 |
---|---|---|---|
HSL | 0.58 | 0.40 | 0.48 |
HSV | 208° | 57° | 67° |
CMYK | 0.57 | 0.27 | 0.00 0.33 |
XYZ | 17.4320 | 19.0240 | 41.2813 |
Yxy | 19.0240 | 0.2242 | 0.2447 |
Hunter Lab | 43.6165 | -4.9887 | -25.5841 |
CIE-Lab | 50.7153 | -3.4865 | -29.7267 |
#497dab color RGB value is (73,125,171).
#497dab hex color red value is 73, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #497dab hue: 0.58 , saturation: 0.40 and the lightness value of 497dab is 0.48.
The process color (four color CMYK) of #497dab color hex is 0.57, 0.27, 0.00, 0.33. Web safe color of #497dab is #336699. Color #497dab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01111101 | 10101011 |
Octal | 111 | 175 | 253 |
Decimal | 73 | 125 | 171 |
Hex | 49 | 7D | AB |
Shades of #497dab
Tints of #497dab
RGB Percentages of Color #497dab
CMYK Percentages of Color #497dab
Complementary Color
#497dab | #ab7749 |
#497dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#497dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#497dab Color CSS Codes
.mybgcolor {background-color:#497dab; } .myforecolor {color:#497dab; } .mybordercolor {border:3px solid #497dab; }
#497dab Text Font Color
<p style="color:#497dab">Text here</p>
This sample text font color is #497dab
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.
#497dab Background Color
<div style="background-color:#497dab">
Div content here</div>
This div background color is #497dab
#497dab Border Color
<div style="border:3px solid #497dab">
Div here</div>
This div border color is #497dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,125,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #497dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497dab; -webkit-box-shadow: 1px 1px 3px 2px #497dab; box-shadow: 1px 1px 3px 2px #497dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,125,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #497dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #497dab; -webkit-box-shadow: 1px 1px 3px 2px #497dab; box-shadow: 1px 1px 3px 2px #497dab;">
Div content here</div>
This div box has shadow with color #497dab
Comments
No comments written yet.
Please login to write comment.