Shades of Havelock Blue #467ECB
Tints of Havelock Blue #467ECB
RGB
CMYK
RGB Variations
Color information
#467ECB (or 0x467ECB) is known color: Havelock Blue. HEX triplet: 46, 7E and CB. RGB value is (70,126,203). Sum of RGB (Red+Green+Blue) = 70+126+203=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #467ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ECB is #B98134. Grayscale: #757575. Windows color (decimal): -12157237 or 13336134. OLE color: 13336134.
HSL color Cylindrical-coordinate representation of color #467ECB: hue angle of 214.74º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467ECB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 126 | 203 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.20 |
| HSL | 214.74º | 0.56% | 0.54% | - |
| HSV(B) | 214.74º | 0.66% | 0.8% | - |
| XYZ | 20.77 | 20.54 | 59.37 | - |
| YUV | 118.03 | 175.95 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 203 | 0.66 | 0.38 | 0 | 0.20 | 214.74 | 0.56 | 0.54 |
| Hex | 46 | 7E | CB | 42 | 26 | 0 | 14 | D7 | 38 | 36 |
| Octal | 106 | 176 | 313 | 102 | 46 | 0 | 24 | 327 | 70 | 66 |
| Binary | 1000110 | 1111110 | 11001011 | 1000010 | 100110 | 0 | 10100 | 11010111 | 111000 | 110110 |
Color Harmonies of #467ECB
Complementary color
Monochromatic Colors of #467ECB
Black with #467ECB
Text Example
Text Example
White with #467ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ECB; }
p { color: rgb(70,126,203); }
H1.HeaderClassName
{
color: #467ECB;
}
.AnyTagClassName
{
color: #467ECB;
}
</style>
background-color css
<style>
a { background-color: #467ECB; }
a { background-color: rgb(70,126,203); }
div.DivClassName
{
background-color: #467ECB;
}
.BgClassName
{
background-color: #467ECB;
}
</style>
border-color css
<style>
span { border-color: #467ECB; }
span { border-color: rgb(70,126,203); }
td.TdClassName
{
border-color: #467ECB;
}
.TagClassName
{
border-color: #467ECB;
}
</style>