Color spaces of #4878cc
RGB | 72 | 120 | 204 |
---|---|---|---|
HSL | 0.61 | 0.56 | 0.54 |
HSV | 218° | 65° | 80° |
CMYK | 0.65 | 0.41 | 0.00 0.20 |
XYZ | 20.2880 | 19.1703 | 59.7577 |
Yxy | 19.1703 | 0.2045 | 0.1932 |
Hunter Lab | 43.7839 | 6.0891 | -50.2722 |
CIE-Lab | 50.8859 | 10.5147 | -48.4270 |
#4878cc color RGB value is (72,120,204).
#4878cc hex color red value is 72, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4878cc hue: 0.61 , saturation: 0.56 and the lightness value of 4878cc is 0.54.
The process color (four color CMYK) of #4878cc color hex is 0.65, 0.41, 0.00, 0.20. Web safe color of #4878cc is #3366cc. Color #4878cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01111000 | 11001100 |
Octal | 110 | 170 | 314 |
Decimal | 72 | 120 | 204 |
Hex | 48 | 78 | CC |
Shades of #4878cc
Tints of #4878cc
RGB Percentages of Color #4878cc
CMYK Percentages of Color #4878cc
Complementary Color
#4878cc | #cc9c48 |
#4878cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4878cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4878cc Color CSS Codes
.mybgcolor {background-color:#4878cc; } .myforecolor {color:#4878cc; } .mybordercolor {border:3px solid #4878cc; }
#4878cc Text Font Color
<p style="color:#4878cc">Text here</p>
This sample text font color is #4878cc
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.
#4878cc Background Color
<div style="background-color:#4878cc">
Div content here</div>
This div background color is #4878cc
#4878cc Border Color
<div style="border:3px solid #4878cc">
Div here</div>
This div border color is #4878cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,120,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4878cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4878cc; -webkit-box-shadow: 1px 1px 3px 2px #4878cc; box-shadow: 1px 1px 3px 2px #4878cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,120,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4878cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4878cc; -webkit-box-shadow: 1px 1px 3px 2px #4878cc; box-shadow: 1px 1px 3px 2px #4878cc;">
Div content here</div>
This div box has shadow with color #4878cc
Comments
No comments written yet.
Please login to write comment.