Shades of Havelock Blue #467CCF
Tints of Havelock Blue #467CCF
RGB
CMYK
RGB Variations
Color information
#467CCF (or 0x467CCF) is known color: Havelock Blue. HEX triplet: 46, 7C and CF. RGB value is (70,124,207). Sum of RGB (Red+Green+Blue) = 70+124+207=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #467CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CCF is #B98330. Grayscale: #747474. Windows color (decimal): -12157745 or 13597766. OLE color: 13597766.
HSL color Cylindrical-coordinate representation of color #467CCF: hue angle of 216.35º 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 #467CCF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 124 | 207 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.19 |
| HSL | 216.35º | 0.59% | 0.54% | - |
| HSV(B) | 216.35º | 0.66% | 0.81% | - |
| XYZ | 21 | 20.22 | 61.83 | - |
| YUV | 117.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 207 | 0.66 | 0.40 | 0 | 0.19 | 216.35 | 0.59 | 0.54 |
| Hex | 46 | 7C | CF | 42 | 28 | 0 | 13 | D8 | 3B | 36 |
| Octal | 106 | 174 | 317 | 102 | 50 | 0 | 23 | 330 | 73 | 66 |
| Binary | 1000110 | 1111100 | 11001111 | 1000010 | 101000 | 0 | 10011 | 11011000 | 111011 | 110110 |
Color Harmonies of #467CCF
Complementary color
Monochromatic Colors of #467CCF
Black with #467CCF
Text Example
Text Example
White with #467CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CCF; }
p { color: rgb(70,124,207); }
H1.HeaderClassName
{
color: #467CCF;
}
.AnyTagClassName
{
color: #467CCF;
}
</style>
background-color css
<style>
a { background-color: #467CCF; }
a { background-color: rgb(70,124,207); }
div.DivClassName
{
background-color: #467CCF;
}
.BgClassName
{
background-color: #467CCF;
}
</style>
border-color css
<style>
span { border-color: #467CCF; }
span { border-color: rgb(70,124,207); }
td.TdClassName
{
border-color: #467CCF;
}
.TagClassName
{
border-color: #467CCF;
}
</style>