Color spaces of #478fcc
RGB | 71 | 143 | 204 |
---|---|---|---|
HSL | 0.58 | 0.57 | 0.54 |
HSV | 208° | 65° | 80° |
CMYK | 0.65 | 0.30 | 0.00 0.20 |
XYZ | 23.3201 | 25.3441 | 60.7896 |
Yxy | 25.3441 | 0.2131 | 0.2316 |
Hunter Lab | 50.3429 | -5.4145 | -36.3532 |
CIE-Lab | 57.4092 | -3.4022 | -38.1171 |
#478fcc color RGB value is (71,143,204).
#478fcc hex color red value is 71, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #478fcc hue: 0.58 , saturation: 0.57 and the lightness value of 478fcc is 0.54.
The process color (four color CMYK) of #478fcc color hex is 0.65, 0.30, 0.00, 0.20. Web safe color of #478fcc is #3399cc. Color #478fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 10001111 | 11001100 |
Octal | 107 | 217 | 314 |
Decimal | 71 | 143 | 204 |
Hex | 47 | 8F | CC |
Shades of #478fcc
Tints of #478fcc
RGB Percentages of Color #478fcc
CMYK Percentages of Color #478fcc
Complementary Color
#478fcc | #cc8447 |
#478fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#478fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#478fcc Color CSS Codes
.mybgcolor {background-color:#478fcc; } .myforecolor {color:#478fcc; } .mybordercolor {border:3px solid #478fcc; }
#478fcc Text Font Color
<p style="color:#478fcc">Text here</p>
This sample text font color is #478fcc
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.
#478fcc Background Color
<div style="background-color:#478fcc">
Div content here</div>
This div background color is #478fcc
#478fcc Border Color
<div style="border:3px solid #478fcc">
Div here</div>
This div border color is #478fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,143,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #478fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #478fcc; -webkit-box-shadow: 1px 1px 3px 2px #478fcc; box-shadow: 1px 1px 3px 2px #478fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,143,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 #478fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #478fcc; -webkit-box-shadow: 1px 1px 3px 2px #478fcc; box-shadow: 1px 1px 3px 2px #478fcc;">
Div content here</div>
This div box has shadow with color #478fcc
Comments
No comments written yet.
Please login to write comment.