Shades of Havelock Blue #466EBF
Tints of Havelock Blue #466EBF
RGB
CMYK
RGB Variations
Color information
#466EBF (or 0x466EBF) is known color: Havelock Blue. HEX triplet: 46, 6E and BF. RGB value is (70,110,191). Sum of RGB (Red+Green+Blue) = 70+110+191=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #466EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EBF is #B99140. Grayscale: #6A6A6A. Windows color (decimal): -12161345 or 12545606. OLE color: 12545606.
HSL color Cylindrical-coordinate representation of color #466EBF: hue angle of 220.17º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466EBF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 110 | 191 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.25 |
| HSL | 220.17º | 0.49% | 0.51% | - |
| HSV(B) | 220.17º | 0.63% | 0.75% | - |
| XYZ | 17.51 | 16.22 | 51.5 | - |
| YUV | 107.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 110 | 191 | 0.63 | 0.42 | 0 | 0.25 | 220.17 | 0.49 | 0.51 |
| Hex | 46 | 6E | BF | 3F | 2A | 0 | 19 | DC | 31 | 33 |
| Octal | 106 | 156 | 277 | 77 | 52 | 0 | 31 | 334 | 61 | 63 |
| Binary | 1000110 | 1101110 | 10111111 | 111111 | 101010 | 0 | 11001 | 11011100 | 110001 | 110011 |
Color Harmonies of #466EBF
Complementary color
Monochromatic Colors of #466EBF
Black with #466EBF
Text Example
Text Example
White with #466EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466EBF; }
p { color: rgb(70,110,191); }
H1.HeaderClassName
{
color: #466EBF;
}
.AnyTagClassName
{
color: #466EBF;
}
</style>
background-color css
<style>
a { background-color: #466EBF; }
a { background-color: rgb(70,110,191); }
div.DivClassName
{
background-color: #466EBF;
}
.BgClassName
{
background-color: #466EBF;
}
</style>
border-color css
<style>
span { border-color: #466EBF; }
span { border-color: rgb(70,110,191); }
td.TdClassName
{
border-color: #466EBF;
}
.TagClassName
{
border-color: #466EBF;
}
</style>