Shades of Havelock Blue #467ACF
Tints of Havelock Blue #467ACF
RGB
CMYK
RGB Variations
Color information
#467ACF (or 0x467ACF) is known color: Havelock Blue. HEX triplet: 46, 7A and CF. RGB value is (70,122,207). Sum of RGB (Red+Green+Blue) = 70+122+207=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #467ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ACF is #B98530. Grayscale: #737373. Windows color (decimal): -12158257 or 13597254. OLE color: 13597254.
HSL color Cylindrical-coordinate representation of color #467ACF: hue angle of 217.23º degrees, saturation: 0.59, 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 #467ACF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 122 | 207 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.19 |
| HSL | 217.23º | 0.59% | 0.54% | - |
| HSV(B) | 217.23º | 0.66% | 0.81% | - |
| XYZ | 20.75 | 19.73 | 61.75 | - |
| YUV | 116.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 207 | 0.66 | 0.41 | 0 | 0.19 | 217.23 | 0.59 | 0.54 |
| Hex | 46 | 7A | CF | 42 | 29 | 0 | 13 | D9 | 3B | 36 |
| Octal | 106 | 172 | 317 | 102 | 51 | 0 | 23 | 331 | 73 | 66 |
| Binary | 1000110 | 1111010 | 11001111 | 1000010 | 101001 | 0 | 10011 | 11011001 | 111011 | 110110 |
Color Harmonies of #467ACF
Complementary color
Monochromatic Colors of #467ACF
Black with #467ACF
Text Example
Text Example
White with #467ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ACF; }
p { color: rgb(70,122,207); }
H1.HeaderClassName
{
color: #467ACF;
}
.AnyTagClassName
{
color: #467ACF;
}
</style>
background-color css
<style>
a { background-color: #467ACF; }
a { background-color: rgb(70,122,207); }
div.DivClassName
{
background-color: #467ACF;
}
.BgClassName
{
background-color: #467ACF;
}
</style>
border-color css
<style>
span { border-color: #467ACF; }
span { border-color: rgb(70,122,207); }
td.TdClassName
{
border-color: #467ACF;
}
.TagClassName
{
border-color: #467ACF;
}
</style>