Shades of Havelock Blue #467FD0
Tints of Havelock Blue #467FD0
RGB
CMYK
RGB Variations
Color information
#467FD0 (or 0x467FD0) is known color: Havelock Blue. HEX triplet: 46, 7F and D0. RGB value is (70,127,208). Sum of RGB (Red+Green+Blue) = 70+127+208=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #467FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FD0 is #B9802F. Grayscale: #767676. Windows color (decimal): -12156976 or 13664070. OLE color: 13664070.
HSL color Cylindrical-coordinate representation of color #467FD0: hue angle of 215.22º degrees, saturation: 0.59, 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 #467FD0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 127 | 208 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.18 |
| HSL | 215.22º | 0.59% | 0.55% | - |
| HSV(B) | 215.22º | 0.66% | 0.82% | - |
| XYZ | 21.5 | 21.03 | 62.6 | - |
| YUV | 119.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 208 | 0.66 | 0.39 | 0 | 0.18 | 215.22 | 0.59 | 0.55 |
| Hex | 46 | 7F | D0 | 42 | 27 | 0 | 12 | D7 | 3B | 37 |
| Octal | 106 | 177 | 320 | 102 | 47 | 0 | 22 | 327 | 73 | 67 |
| Binary | 1000110 | 1111111 | 11010000 | 1000010 | 100111 | 0 | 10010 | 11010111 | 111011 | 110111 |
Color Harmonies of #467FD0
Complementary color
Monochromatic Colors of #467FD0
Black with #467FD0
Text Example
Text Example
White with #467FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FD0; }
p { color: rgb(70,127,208); }
H1.HeaderClassName
{
color: #467FD0;
}
.AnyTagClassName
{
color: #467FD0;
}
</style>
background-color css
<style>
a { background-color: #467FD0; }
a { background-color: rgb(70,127,208); }
div.DivClassName
{
background-color: #467FD0;
}
.BgClassName
{
background-color: #467FD0;
}
</style>
border-color css
<style>
span { border-color: #467FD0; }
span { border-color: rgb(70,127,208); }
td.TdClassName
{
border-color: #467FD0;
}
.TagClassName
{
border-color: #467FD0;
}
</style>