Color spaces of #4994cb
RGB | 73 | 148 | 203 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.54 |
HSV | 205° | 64° | 80° |
CMYK | 0.64 | 0.27 | 0.00 0.20 |
XYZ | 24.1171 | 26.9081 | 60.4226 |
Yxy | 26.9081 | 0.2164 | 0.2414 |
Hunter Lab | 51.8730 | -7.7885 | -32.7509 |
CIE-Lab | 58.8892 | -6.2555 | -35.2333 |
#4994cb color RGB value is (73,148,203).
#4994cb hex color red value is 73, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4994cb hue: 0.57 , saturation: 0.56 and the lightness value of 4994cb is 0.54.
The process color (four color CMYK) of #4994cb color hex is 0.64, 0.27, 0.00, 0.20. Web safe color of #4994cb is #3399cc. Color #4994cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10010100 | 11001011 |
Octal | 111 | 224 | 313 |
Decimal | 73 | 148 | 203 |
Hex | 49 | 94 | CB |
Shades of #4994cb
Tints of #4994cb
RGB Percentages of Color #4994cb
CMYK Percentages of Color #4994cb
Complementary Color
#4994cb | #cb8049 |
#4994cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4994cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4994cb Color CSS Codes
.mybgcolor {background-color:#4994cb; } .myforecolor {color:#4994cb; } .mybordercolor {border:3px solid #4994cb; }
#4994cb Text Font Color
<p style="color:#4994cb">Text here</p>
This sample text font color is #4994cb
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.
#4994cb Background Color
<div style="background-color:#4994cb">
Div content here</div>
This div background color is #4994cb
#4994cb Border Color
<div style="border:3px solid #4994cb">
Div here</div>
This div border color is #4994cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,148,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4994cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4994cb; -webkit-box-shadow: 1px 1px 3px 2px #4994cb; box-shadow: 1px 1px 3px 2px #4994cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,148,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4994cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4994cb; -webkit-box-shadow: 1px 1px 3px 2px #4994cb; box-shadow: 1px 1px 3px 2px #4994cb;">
Div content here</div>
This div box has shadow with color #4994cb
Comments
No comments written yet.
Please login to write comment.