Shades of Havelock Blue #478AD1
Tints of Havelock Blue #478AD1
RGB
CMYK
RGB Variations
Color information
#478AD1 (or 0x478AD1) is known color: Havelock Blue. HEX triplet: 47, 8A and D1. RGB value is (71,138,209). Sum of RGB (Red+Green+Blue) = 71+138+209=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #478AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478AD1 is #B8752E. Grayscale: #7D7D7D. Windows color (decimal): -12088623 or 13732423. OLE color: 13732423.
HSL color Cylindrical-coordinate representation of color #478AD1: hue angle of 210.87º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #478AD1 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 138 | 209 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.18 |
| HSL | 210.87º | 0.6% | 0.55% | - |
| HSV(B) | 210.87º | 0.66% | 0.82% | - |
| XYZ | 23.2 | 24.12 | 63.75 | - |
| YUV | 126.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 209 | 0.66 | 0.34 | 0 | 0.18 | 210.87 | 0.6 | 0.55 |
| Hex | 47 | 8A | D1 | 42 | 22 | 0 | 12 | D3 | 3C | 37 |
| Octal | 107 | 212 | 321 | 102 | 42 | 0 | 22 | 323 | 74 | 67 |
| Binary | 1000111 | 10001010 | 11010001 | 1000010 | 100010 | 0 | 10010 | 11010011 | 111100 | 110111 |
Color Harmonies of #478AD1
Complementary color
Monochromatic Colors of #478AD1
Black with #478AD1
Text Example
Text Example
White with #478AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AD1; }
p { color: rgb(71,138,209); }
H1.HeaderClassName
{
color: #478AD1;
}
.AnyTagClassName
{
color: #478AD1;
}
</style>
background-color css
<style>
a { background-color: #478AD1; }
a { background-color: rgb(71,138,209); }
div.DivClassName
{
background-color: #478AD1;
}
.BgClassName
{
background-color: #478AD1;
}
</style>
border-color css
<style>
span { border-color: #478AD1; }
span { border-color: rgb(71,138,209); }
td.TdClassName
{
border-color: #478AD1;
}
.TagClassName
{
border-color: #478AD1;
}
</style>