Color spaces of #497edb
RGB | 73 | 126 | 219 |
---|---|---|---|
HSL | 0.61 | 0.67 | 0.57 |
HSV | 218° | 67° | 86° |
CMYK | 0.67 | 0.42 | 0.00 0.14 |
XYZ | 22.9947 | 21.4526 | 69.9467 |
Yxy | 21.4526 | 0.2010 | 0.1875 |
Hunter Lab | 46.3170 | 7.5642 | -57.1164 |
CIE-Lab | 53.4413 | 12.2378 | -52.8438 |
#497edb color RGB value is (73,126,219).
#497edb hex color red value is 73, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #497edb hue: 0.61 , saturation: 0.67 and the lightness value of 497edb is 0.57.
The process color (four color CMYK) of #497edb color hex is 0.67, 0.42, 0.00, 0.14. Web safe color of #497edb is #3366cc. Color #497edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01111110 | 11011011 |
Octal | 111 | 176 | 333 |
Decimal | 73 | 126 | 219 |
Hex | 49 | 7E | DB |
Shades of #497edb
Tints of #497edb
RGB Percentages of Color #497edb
CMYK Percentages of Color #497edb
Complementary Color
#497edb | #dba649 |
#497edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#497edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#497edb Color CSS Codes
.mybgcolor {background-color:#497edb; } .myforecolor {color:#497edb; } .mybordercolor {border:3px solid #497edb; }
#497edb Text Font Color
<p style="color:#497edb">Text here</p>
This sample text font color is #497edb
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.
#497edb Background Color
<div style="background-color:#497edb">
Div content here</div>
This div background color is #497edb
#497edb Border Color
<div style="border:3px solid #497edb">
Div here</div>
This div border color is #497edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,126,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #497edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497edb; -webkit-box-shadow: 1px 1px 3px 2px #497edb; box-shadow: 1px 1px 3px 2px #497edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,126,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #497edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #497edb; -webkit-box-shadow: 1px 1px 3px 2px #497edb; box-shadow: 1px 1px 3px 2px #497edb;">
Div content here</div>
This div box has shadow with color #497edb
Comments
No comments written yet.
Please login to write comment.