Shades of Havelock Blue #467BCE
Tints of Havelock Blue #467BCE
RGB
CMYK
RGB Variations
Color information
#467BCE (or 0x467BCE) is known color: Havelock Blue. HEX triplet: 46, 7B and CE. RGB value is (70,123,206). Sum of RGB (Red+Green+Blue) = 70+123+206=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #467BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BCE is #B98431. Grayscale: #747474. Windows color (decimal): -12158002 or 13531974. OLE color: 13531974.
HSL color Cylindrical-coordinate representation of color #467BCE: hue angle of 216.62º 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 #467BCE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 123 | 206 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.19 |
| HSL | 216.62º | 0.58% | 0.54% | - |
| HSV(B) | 216.62º | 0.66% | 0.81% | - |
| XYZ | 20.75 | 19.92 | 61.14 | - |
| YUV | 116.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 206 | 0.66 | 0.40 | 0 | 0.19 | 216.62 | 0.58 | 0.54 |
| Hex | 46 | 7B | CE | 42 | 28 | 0 | 13 | D9 | 3A | 36 |
| Octal | 106 | 173 | 316 | 102 | 50 | 0 | 23 | 331 | 72 | 66 |
| Binary | 1000110 | 1111011 | 11001110 | 1000010 | 101000 | 0 | 10011 | 11011001 | 111010 | 110110 |
Color Harmonies of #467BCE
Complementary color
Monochromatic Colors of #467BCE
Black with #467BCE
Text Example
Text Example
White with #467BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BCE; }
p { color: rgb(70,123,206); }
H1.HeaderClassName
{
color: #467BCE;
}
.AnyTagClassName
{
color: #467BCE;
}
</style>
background-color css
<style>
a { background-color: #467BCE; }
a { background-color: rgb(70,123,206); }
div.DivClassName
{
background-color: #467BCE;
}
.BgClassName
{
background-color: #467BCE;
}
</style>
border-color css
<style>
span { border-color: #467BCE; }
span { border-color: rgb(70,123,206); }
td.TdClassName
{
border-color: #467BCE;
}
.TagClassName
{
border-color: #467BCE;
}
</style>