Shades of Havelock Blue #478CCD
Tints of Havelock Blue #478CCD
RGB
CMYK
RGB Variations
Color information
#478CCD (or 0x478CCD) is known color: Havelock Blue. HEX triplet: 47, 8C and CD. RGB value is (71,140,205). Sum of RGB (Red+Green+Blue) = 71+140+205=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #478CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CCD is #B87332. Grayscale: #7E7E7E. Windows color (decimal): -12088115 or 13470791. OLE color: 13470791.
HSL color Cylindrical-coordinate representation of color #478CCD: hue angle of 209.1º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #478CCD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 140 | 205 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.20 |
| HSL | 209.1º | 0.57% | 0.54% | - |
| HSV(B) | 209.1º | 0.65% | 0.8% | - |
| XYZ | 23 | 24.5 | 61.28 | - |
| YUV | 126.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 205 | 0.65 | 0.32 | 0 | 0.20 | 209.1 | 0.57 | 0.54 |
| Hex | 47 | 8C | CD | 41 | 20 | 0 | 14 | D1 | 39 | 36 |
| Octal | 107 | 214 | 315 | 101 | 40 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1000111 | 10001100 | 11001101 | 1000001 | 100000 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #478CCD
Complementary color
Monochromatic Colors of #478CCD
Black with #478CCD
Text Example
Text Example
White with #478CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CCD; }
p { color: rgb(71,140,205); }
H1.HeaderClassName
{
color: #478CCD;
}
.AnyTagClassName
{
color: #478CCD;
}
</style>
background-color css
<style>
a { background-color: #478CCD; }
a { background-color: rgb(71,140,205); }
div.DivClassName
{
background-color: #478CCD;
}
.BgClassName
{
background-color: #478CCD;
}
</style>
border-color css
<style>
span { border-color: #478CCD; }
span { border-color: rgb(71,140,205); }
td.TdClassName
{
border-color: #478CCD;
}
.TagClassName
{
border-color: #478CCD;
}
</style>