Shades of Havelock Blue #467FCE
Tints of Havelock Blue #467FCE
RGB
CMYK
RGB Variations
Color information
#467FCE (or 0x467FCE) is known color: Havelock Blue. HEX triplet: 46, 7F and CE. RGB value is (70,127,206). Sum of RGB (Red+Green+Blue) = 70+127+206=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #467FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCE is #B98031. Grayscale: #767676. Windows color (decimal): -12156978 or 13532998. OLE color: 13532998.
HSL color Cylindrical-coordinate representation of color #467FCE: hue angle of 214.85º 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 #467FCE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 127 | 206 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.19 |
| HSL | 214.85º | 0.58% | 0.54% | - |
| HSV(B) | 214.85º | 0.66% | 0.81% | - |
| XYZ | 21.26 | 20.94 | 61.31 | - |
| YUV | 118.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 206 | 0.66 | 0.38 | 0 | 0.19 | 214.85 | 0.58 | 0.54 |
| Hex | 46 | 7F | CE | 42 | 26 | 0 | 13 | D7 | 3A | 36 |
| Octal | 106 | 177 | 316 | 102 | 46 | 0 | 23 | 327 | 72 | 66 |
| Binary | 1000110 | 1111111 | 11001110 | 1000010 | 100110 | 0 | 10011 | 11010111 | 111010 | 110110 |
Color Harmonies of #467FCE
Complementary color
Monochromatic Colors of #467FCE
Black with #467FCE
Text Example
Text Example
White with #467FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FCE; }
p { color: rgb(70,127,206); }
H1.HeaderClassName
{
color: #467FCE;
}
.AnyTagClassName
{
color: #467FCE;
}
</style>
background-color css
<style>
a { background-color: #467FCE; }
a { background-color: rgb(70,127,206); }
div.DivClassName
{
background-color: #467FCE;
}
.BgClassName
{
background-color: #467FCE;
}
</style>
border-color css
<style>
span { border-color: #467FCE; }
span { border-color: rgb(70,127,206); }
td.TdClassName
{
border-color: #467FCE;
}
.TagClassName
{
border-color: #467FCE;
}
</style>