Shades of Havelock Blue #467FCF
Tints of Havelock Blue #467FCF
RGB
CMYK
RGB Variations
Color information
#467FCF (or 0x467FCF) is known color: Havelock Blue. HEX triplet: 46, 7F and CF. RGB value is (70,127,207). Sum of RGB (Red+Green+Blue) = 70+127+207=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #467FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCF is #B98030. Grayscale: #767676. Windows color (decimal): -12156977 or 13598534. OLE color: 13598534.
HSL color Cylindrical-coordinate representation of color #467FCF: hue angle of 215.04º 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 #467FCF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 127 | 207 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.19 |
| HSL | 215.04º | 0.59% | 0.54% | - |
| HSV(B) | 215.04º | 0.66% | 0.81% | - |
| XYZ | 21.38 | 20.99 | 61.96 | - |
| YUV | 119.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 207 | 0.66 | 0.39 | 0 | 0.19 | 215.04 | 0.59 | 0.54 |
| Hex | 46 | 7F | CF | 42 | 27 | 0 | 13 | D7 | 3B | 36 |
| Octal | 106 | 177 | 317 | 102 | 47 | 0 | 23 | 327 | 73 | 66 |
| Binary | 1000110 | 1111111 | 11001111 | 1000010 | 100111 | 0 | 10011 | 11010111 | 111011 | 110110 |
Color Harmonies of #467FCF
Complementary color
Monochromatic Colors of #467FCF
Black with #467FCF
Text Example
Text Example
White with #467FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FCF; }
p { color: rgb(70,127,207); }
H1.HeaderClassName
{
color: #467FCF;
}
.AnyTagClassName
{
color: #467FCF;
}
</style>
background-color css
<style>
a { background-color: #467FCF; }
a { background-color: rgb(70,127,207); }
div.DivClassName
{
background-color: #467FCF;
}
.BgClassName
{
background-color: #467FCF;
}
</style>
border-color css
<style>
span { border-color: #467FCF; }
span { border-color: rgb(70,127,207); }
td.TdClassName
{
border-color: #467FCF;
}
.TagClassName
{
border-color: #467FCF;
}
</style>