Shades of Havelock Blue #478BDD
Tints of Havelock Blue #478BDD
RGB
CMYK
RGB Variations
Color information
#478BDD (or 0x478BDD) is known color: Havelock Blue. HEX triplet: 47, 8B and DD. RGB value is (71,139,221). Sum of RGB (Red+Green+Blue) = 71+139+221=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #478BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BDD is #B87422. Grayscale: #7F7F7F. Windows color (decimal): -12088355 or 14519111. OLE color: 14519111.
HSL color Cylindrical-coordinate representation of color #478BDD: hue angle of 212.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #478BDD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 139 | 221 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.13 |
| HSL | 212.8º | 0.69% | 0.57% | - |
| HSV(B) | 212.8º | 0.68% | 0.87% | - |
| XYZ | 24.88 | 25.03 | 71.93 | - |
| YUV | 128.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 221 | 0.68 | 0.37 | 0 | 0.13 | 212.8 | 0.69 | 0.57 |
| Hex | 47 | 8B | DD | 44 | 25 | 0 | D | D5 | 45 | 39 |
| Octal | 107 | 213 | 335 | 104 | 45 | 0 | 15 | 325 | 105 | 71 |
| Binary | 1000111 | 10001011 | 11011101 | 1000100 | 100101 | 0 | 1101 | 11010101 | 1000101 | 111001 |
Color Harmonies of #478BDD
Complementary color
Monochromatic Colors of #478BDD
Black with #478BDD
Text Example
Text Example
White with #478BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BDD; }
p { color: rgb(71,139,221); }
H1.HeaderClassName
{
color: #478BDD;
}
.AnyTagClassName
{
color: #478BDD;
}
</style>
background-color css
<style>
a { background-color: #478BDD; }
a { background-color: rgb(71,139,221); }
div.DivClassName
{
background-color: #478BDD;
}
.BgClassName
{
background-color: #478BDD;
}
</style>
border-color css
<style>
span { border-color: #478BDD; }
span { border-color: rgb(71,139,221); }
td.TdClassName
{
border-color: #478BDD;
}
.TagClassName
{
border-color: #478BDD;
}
</style>