Color spaces of #497feb
RGB | 73 | 127 | 235 |
---|---|---|---|
HSL | 0.61 | 0.80 | 0.60 |
HSV | 220° | 69° | 92° |
CMYK | 0.69 | 0.46 | 0.00 0.08 |
XYZ | 25.3324 | 22.5934 | 81.6231 |
Yxy | 22.5934 | 0.1955 | 0.1744 |
Hunter Lab | 47.5325 | 11.9495 | -68.5404 |
CIE-Lab | 54.6510 | 17.2425 | -59.8709 |
#497feb color RGB value is (73,127,235).
#497feb hex color red value is 73, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #497feb hue: 0.61 , saturation: 0.80 and the lightness value of 497feb is 0.60.
The process color (four color CMYK) of #497feb color hex is 0.69, 0.46, 0.00, 0.08. Web safe color of #497feb is #3366ff. Color #497feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01111111 | 11101011 |
Octal | 111 | 177 | 353 |
Decimal | 73 | 127 | 235 |
Hex | 49 | 7F | EB |
Shades of #497feb
Tints of #497feb
RGB Percentages of Color #497feb
CMYK Percentages of Color #497feb
Complementary Color
#497feb | #ebb549 |
#497feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#497feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#497feb Color CSS Codes
.mybgcolor {background-color:#497feb; } .myforecolor {color:#497feb; } .mybordercolor {border:3px solid #497feb; }
#497feb Text Font Color
<p style="color:#497feb">Text here</p>
This sample text font color is #497feb
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.
#497feb Background Color
<div style="background-color:#497feb">
Div content here</div>
This div background color is #497feb
#497feb Border Color
<div style="border:3px solid #497feb">
Div here</div>
This div border color is #497feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,127,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #497feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497feb; -webkit-box-shadow: 1px 1px 3px 2px #497feb; box-shadow: 1px 1px 3px 2px #497feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,127,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #497feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #497feb; -webkit-box-shadow: 1px 1px 3px 2px #497feb; box-shadow: 1px 1px 3px 2px #497feb;">
Div content here</div>
This div box has shadow with color #497feb
Comments
No comments written yet.
Please login to write comment.