Color spaces of #4952cb
RGB | 73 | 82 | 203 |
---|---|---|---|
HSL | 0.66 | 0.56 | 0.54 |
HSV | 236° | 64° | 80° |
CMYK | 0.64 | 0.60 | 0.00 0.20 |
XYZ | 16.5444 | 11.7629 | 57.8984 |
Yxy | 11.7629 | 0.1919 | 0.1365 |
Hunter Lab | 34.2971 | 26.0858 | -76.0821 |
CIE-Lab | 40.8368 | 34.1874 | -64.0368 |
#4952cb color RGB value is (73,82,203).
#4952cb hex color red value is 73, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4952cb hue: 0.66 , saturation: 0.56 and the lightness value of 4952cb is 0.54.
The process color (four color CMYK) of #4952cb color hex is 0.64, 0.60, 0.00, 0.20. Web safe color of #4952cb is #3366cc. Color #4952cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01010010 | 11001011 |
Octal | 111 | 122 | 313 |
Decimal | 73 | 82 | 203 |
Hex | 49 | 52 | CB |
Shades of #4952cb
Tints of #4952cb
RGB Percentages of Color #4952cb
CMYK Percentages of Color #4952cb
Complementary Color
#4952cb | #cbc249 |
#4952cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4952cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4952cb Color CSS Codes
.mybgcolor {background-color:#4952cb; } .myforecolor {color:#4952cb; } .mybordercolor {border:3px solid #4952cb; }
#4952cb Text Font Color
<p style="color:#4952cb">Text here</p>
This sample text font color is #4952cb
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.
#4952cb Background Color
<div style="background-color:#4952cb">
Div content here</div>
This div background color is #4952cb
#4952cb Border Color
<div style="border:3px solid #4952cb">
Div here</div>
This div border color is #4952cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,82,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4952cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4952cb; -webkit-box-shadow: 1px 1px 3px 2px #4952cb; box-shadow: 1px 1px 3px 2px #4952cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,82,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 #4952cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4952cb; -webkit-box-shadow: 1px 1px 3px 2px #4952cb; box-shadow: 1px 1px 3px 2px #4952cb;">
Div content here</div>
This div box has shadow with color #4952cb
Comments
No comments written yet.
Please login to write comment.