Color spaces of #497dec
RGB | 73 | 125 | 236 |
---|---|---|---|
HSL | 0.61 | 0.81 | 0.61 |
HSV | 221° | 69° | 93° |
CMYK | 0.69 | 0.47 | 0.00 0.07 |
XYZ | 25.2216 | 22.1398 | 82.3010 |
Yxy | 22.1398 | 0.1945 | 0.1707 |
Hunter Lab | 47.0529 | 13.3380 | -70.7679 |
CIE-Lab | 54.1750 | 18.8244 | -61.1932 |
#497dec color RGB value is (73,125,236).
#497dec hex color red value is 73, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #497dec hue: 0.61 , saturation: 0.81 and the lightness value of 497dec is 0.61.
The process color (four color CMYK) of #497dec color hex is 0.69, 0.47, 0.00, 0.07. Web safe color of #497dec is #3366ff. Color #497dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01111101 | 11101100 |
Octal | 111 | 175 | 354 |
Decimal | 73 | 125 | 236 |
Hex | 49 | 7D | EC |
Shades of #497dec
Tints of #497dec
RGB Percentages of Color #497dec
CMYK Percentages of Color #497dec
Complementary Color
#497dec | #ecb849 |
#497dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#497dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#497dec Color CSS Codes
.mybgcolor {background-color:#497dec; } .myforecolor {color:#497dec; } .mybordercolor {border:3px solid #497dec; }
#497dec Text Font Color
<p style="color:#497dec">Text here</p>
This sample text font color is #497dec
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.
#497dec Background Color
<div style="background-color:#497dec">
Div content here</div>
This div background color is #497dec
#497dec Border Color
<div style="border:3px solid #497dec">
Div here</div>
This div border color is #497dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,125,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #497dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497dec; -webkit-box-shadow: 1px 1px 3px 2px #497dec; box-shadow: 1px 1px 3px 2px #497dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,125,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #497dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #497dec; -webkit-box-shadow: 1px 1px 3px 2px #497dec; box-shadow: 1px 1px 3px 2px #497dec;">
Div content here</div>
This div box has shadow with color #497dec
Comments
No comments written yet.
Please login to write comment.