Shades of Havelock Blue #478DCD
Tints of Havelock Blue #478DCD
RGB
CMYK
RGB Variations
Color information
#478DCD (or 0x478DCD) is known color: Havelock Blue. HEX triplet: 47, 8D and CD. RGB value is (71,141,205). Sum of RGB (Red+Green+Blue) = 71+141+205=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #478DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DCD is #B87232. Grayscale: #7F7F7F. Windows color (decimal): -12087859 or 13471047. OLE color: 13471047.
HSL color Cylindrical-coordinate representation of color #478DCD: hue angle of 208.66º 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 #478DCD is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 141 | 205 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.20 |
| HSL | 208.66º | 0.57% | 0.54% | - |
| HSV(B) | 208.66º | 0.65% | 0.8% | - |
| XYZ | 23.14 | 24.8 | 61.32 | - |
| YUV | 127.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 205 | 0.65 | 0.31 | 0 | 0.20 | 208.66 | 0.57 | 0.54 |
| Hex | 47 | 8D | CD | 41 | 1F | 0 | 14 | D1 | 39 | 36 |
| Octal | 107 | 215 | 315 | 101 | 37 | 0 | 24 | 321 | 71 | 66 |
| Binary | 1000111 | 10001101 | 11001101 | 1000001 | 11111 | 0 | 10100 | 11010001 | 111001 | 110110 |
Color Harmonies of #478DCD
Complementary color
Monochromatic Colors of #478DCD
Black with #478DCD
Text Example
Text Example
White with #478DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DCD; }
p { color: rgb(71,141,205); }
H1.HeaderClassName
{
color: #478DCD;
}
.AnyTagClassName
{
color: #478DCD;
}
</style>
background-color css
<style>
a { background-color: #478DCD; }
a { background-color: rgb(71,141,205); }
div.DivClassName
{
background-color: #478DCD;
}
.BgClassName
{
background-color: #478DCD;
}
</style>
border-color css
<style>
span { border-color: #478DCD; }
span { border-color: rgb(71,141,205); }
td.TdClassName
{
border-color: #478DCD;
}
.TagClassName
{
border-color: #478DCD;
}
</style>