Shades of Havelock Blue #467DCF
Tints of Havelock Blue #467DCF
RGB
CMYK
RGB Variations
Color information
#467DCF (or 0x467DCF) is known color: Havelock Blue. HEX triplet: 46, 7D and CF. RGB value is (70,125,207). Sum of RGB (Red+Green+Blue) = 70+125+207=402 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.41% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #467DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DCF is #B98230. Grayscale: #757575. Windows color (decimal): -12157489 or 13598022. OLE color: 13598022.
HSL color Cylindrical-coordinate representation of color #467DCF: hue angle of 215.91º 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 #467DCF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 125 | 207 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.19 |
| HSL | 215.91º | 0.59% | 0.54% | - |
| HSV(B) | 215.91º | 0.66% | 0.81% | - |
| XYZ | 21.12 | 20.47 | 61.87 | - |
| YUV | 117.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 207 | 0.66 | 0.40 | 0 | 0.19 | 215.91 | 0.59 | 0.54 |
| Hex | 46 | 7D | CF | 42 | 28 | 0 | 13 | D8 | 3B | 36 |
| Octal | 106 | 175 | 317 | 102 | 50 | 0 | 23 | 330 | 73 | 66 |
| Binary | 1000110 | 1111101 | 11001111 | 1000010 | 101000 | 0 | 10011 | 11011000 | 111011 | 110110 |
Color Harmonies of #467DCF
Complementary color
Monochromatic Colors of #467DCF
Black with #467DCF
Text Example
Text Example
White with #467DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DCF; }
p { color: rgb(70,125,207); }
H1.HeaderClassName
{
color: #467DCF;
}
.AnyTagClassName
{
color: #467DCF;
}
</style>
background-color css
<style>
a { background-color: #467DCF; }
a { background-color: rgb(70,125,207); }
div.DivClassName
{
background-color: #467DCF;
}
.BgClassName
{
background-color: #467DCF;
}
</style>
border-color css
<style>
span { border-color: #467DCF; }
span { border-color: rgb(70,125,207); }
td.TdClassName
{
border-color: #467DCF;
}
.TagClassName
{
border-color: #467DCF;
}
</style>