Shades of Havelock Blue #478DD8
Tints of Havelock Blue #478DD8
RGB
CMYK
RGB Variations
Color information
#478DD8 (or 0x478DD8) is known color: Havelock Blue. HEX triplet: 47, 8D and D8. RGB value is (71,141,216). Sum of RGB (Red+Green+Blue) = 71+141+216=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #478DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DD8 is #B87227. Grayscale: #808080. Windows color (decimal): -12087848 or 14191943. OLE color: 14191943.
HSL color Cylindrical-coordinate representation of color #478DD8: hue angle of 211.03º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478DD8 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 141 | 216 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.15 |
| HSL | 211.03º | 0.65% | 0.56% | - |
| HSV(B) | 211.03º | 0.67% | 0.85% | - |
| XYZ | 24.52 | 25.35 | 68.57 | - |
| YUV | 128.62 | 177.31 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 216 | 0.67 | 0.35 | 0 | 0.15 | 211.03 | 0.65 | 0.56 |
| Hex | 47 | 8D | D8 | 43 | 23 | 0 | F | D3 | 41 | 38 |
| Octal | 107 | 215 | 330 | 103 | 43 | 0 | 17 | 323 | 101 | 70 |
| Binary | 1000111 | 10001101 | 11011000 | 1000011 | 100011 | 0 | 1111 | 11010011 | 1000001 | 111000 |
Color Harmonies of #478DD8
Complementary color
Monochromatic Colors of #478DD8
Black with #478DD8
Text Example
Text Example
White with #478DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478DD8; }
p { color: rgb(71,141,216); }
H1.HeaderClassName
{
color: #478DD8;
}
.AnyTagClassName
{
color: #478DD8;
}
</style>
background-color css
<style>
a { background-color: #478DD8; }
a { background-color: rgb(71,141,216); }
div.DivClassName
{
background-color: #478DD8;
}
.BgClassName
{
background-color: #478DD8;
}
</style>
border-color css
<style>
span { border-color: #478DD8; }
span { border-color: rgb(71,141,216); }
td.TdClassName
{
border-color: #478DD8;
}
.TagClassName
{
border-color: #478DD8;
}
</style>