Color spaces of #499ceb
RGB | 73 | 156 | 235 |
---|---|---|---|
HSL | 0.58 | 0.80 | 0.60 |
HSV | 209° | 69° | 92° |
CMYK | 0.69 | 0.34 | 0.00 0.08 |
XYZ | 29.6315 | 31.1916 | 83.0561 |
Yxy | 31.1916 | 0.2059 | 0.2168 |
Hunter Lab | 55.8494 | -3.0315 | -49.0781 |
CIE-Lab | 62.6690 | -0.0579 | -47.1038 |
#499ceb color RGB value is (73,156,235).
#499ceb hex color red value is 73, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #499ceb hue: 0.58 , saturation: 0.80 and the lightness value of 499ceb is 0.60.
The process color (four color CMYK) of #499ceb color hex is 0.69, 0.34, 0.00, 0.08. Web safe color of #499ceb is #3399ff. Color #499ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10011100 | 11101011 |
Octal | 111 | 234 | 353 |
Decimal | 73 | 156 | 235 |
Hex | 49 | 9C | EB |
Shades of #499ceb
Tints of #499ceb
RGB Percentages of Color #499ceb
CMYK Percentages of Color #499ceb
Complementary Color
#499ceb | #eb9849 |
#499ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#499ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#499ceb Color CSS Codes
.mybgcolor {background-color:#499ceb; } .myforecolor {color:#499ceb; } .mybordercolor {border:3px solid #499ceb; }
#499ceb Text Font Color
<p style="color:#499ceb">Text here</p>
This sample text font color is #499ceb
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.
#499ceb Background Color
<div style="background-color:#499ceb">
Div content here</div>
This div background color is #499ceb
#499ceb Border Color
<div style="border:3px solid #499ceb">
Div here</div>
This div border color is #499ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,156,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #499ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499ceb; -webkit-box-shadow: 1px 1px 3px 2px #499ceb; box-shadow: 1px 1px 3px 2px #499ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,156,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 #499ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #499ceb; -webkit-box-shadow: 1px 1px 3px 2px #499ceb; box-shadow: 1px 1px 3px 2px #499ceb;">
Div content here</div>
This div box has shadow with color #499ceb
Comments
No comments written yet.
Please login to write comment.