Shades of Havelock Blue #467ACC
Tints of Havelock Blue #467ACC
RGB
CMYK
RGB Variations
Color information
#467ACC (or 0x467ACC) is known color: Havelock Blue. HEX triplet: 46, 7A and CC. RGB value is (70,122,204). Sum of RGB (Red+Green+Blue) = 70+122+204=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #467ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ACC is #B98533. Grayscale: #737373. Windows color (decimal): -12158260 or 13400646. OLE color: 13400646.
HSL color Cylindrical-coordinate representation of color #467ACC: hue angle of 216.72º degrees, saturation: 0.57, 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 #467ACC is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 122 | 204 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.2 |
| HSL | 216.72º | 0.57% | 0.54% | - |
| HSV(B) | 216.72º | 0.66% | 0.8% | - |
| XYZ | 20.38 | 19.58 | 59.83 | - |
| YUV | 115.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 204 | 0.66 | 0.40 | 0 | 0.2 | 216.72 | 0.57 | 0.54 |
| Hex | 46 | 7A | CC | 42 | 28 | 0 | 14 | D9 | 39 | 36 |
| Octal | 106 | 172 | 314 | 102 | 50 | 0 | 24 | 331 | 71 | 66 |
| Binary | 1000110 | 1111010 | 11001100 | 1000010 | 101000 | 0 | 10100 | 11011001 | 111001 | 110110 |
Color Harmonies of #467ACC
Complementary color
Monochromatic Colors of #467ACC
Black with #467ACC
Text Example
Text Example
White with #467ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ACC; }
p { color: rgb(70,122,204); }
H1.HeaderClassName
{
color: #467ACC;
}
.AnyTagClassName
{
color: #467ACC;
}
</style>
background-color css
<style>
a { background-color: #467ACC; }
a { background-color: rgb(70,122,204); }
div.DivClassName
{
background-color: #467ACC;
}
.BgClassName
{
background-color: #467ACC;
}
</style>
border-color css
<style>
span { border-color: #467ACC; }
span { border-color: rgb(70,122,204); }
td.TdClassName
{
border-color: #467ACC;
}
.TagClassName
{
border-color: #467ACC;
}
</style>