Shades of Havelock Blue #478ACE
Tints of Havelock Blue #478ACE
RGB
CMYK
RGB Variations
Color information
#478ACE (or 0x478ACE) is known color: Havelock Blue. HEX triplet: 47, 8A and CE. RGB value is (71,138,206). Sum of RGB (Red+Green+Blue) = 71+138+206=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #478ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ACE is #B87531. Grayscale: #7D7D7D. Windows color (decimal): -12088626 or 13535815. OLE color: 13535815.
HSL color Cylindrical-coordinate representation of color #478ACE: hue angle of 210.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478ACE is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 138 | 206 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.19 |
| HSL | 210.22º | 0.58% | 0.54% | - |
| HSV(B) | 210.22º | 0.66% | 0.81% | - |
| XYZ | 22.83 | 23.97 | 61.82 | - |
| YUV | 125.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 206 | 0.66 | 0.33 | 0 | 0.19 | 210.22 | 0.58 | 0.54 |
| Hex | 47 | 8A | CE | 42 | 21 | 0 | 13 | D2 | 3A | 36 |
| Octal | 107 | 212 | 316 | 102 | 41 | 0 | 23 | 322 | 72 | 66 |
| Binary | 1000111 | 10001010 | 11001110 | 1000010 | 100001 | 0 | 10011 | 11010010 | 111010 | 110110 |
Color Harmonies of #478ACE
Complementary color
Monochromatic Colors of #478ACE
Black with #478ACE
Text Example
Text Example
White with #478ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478ACE; }
p { color: rgb(71,138,206); }
H1.HeaderClassName
{
color: #478ACE;
}
.AnyTagClassName
{
color: #478ACE;
}
</style>
background-color css
<style>
a { background-color: #478ACE; }
a { background-color: rgb(71,138,206); }
div.DivClassName
{
background-color: #478ACE;
}
.BgClassName
{
background-color: #478ACE;
}
</style>
border-color css
<style>
span { border-color: #478ACE; }
span { border-color: rgb(71,138,206); }
td.TdClassName
{
border-color: #478ACE;
}
.TagClassName
{
border-color: #478ACE;
}
</style>