Shades of Havelock Blue #467FCC
Tints of Havelock Blue #467FCC
RGB
CMYK
RGB Variations
Color information
#467FCC (or 0x467FCC) is known color: Havelock Blue. HEX triplet: 46, 7F and CC. RGB value is (70,127,204). Sum of RGB (Red+Green+Blue) = 70+127+204=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #467FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCC is #B98033. Grayscale: #767676. Windows color (decimal): -12156980 or 13401926. OLE color: 13401926.
HSL color Cylindrical-coordinate representation of color #467FCC: hue angle of 214.48º 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 #467FCC is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 127 | 204 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.2 |
| HSL | 214.48º | 0.57% | 0.54% | - |
| HSV(B) | 214.48º | 0.66% | 0.8% | - |
| XYZ | 21.01 | 20.84 | 60.04 | - |
| YUV | 118.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 204 | 0.66 | 0.38 | 0 | 0.2 | 214.48 | 0.57 | 0.54 |
| Hex | 46 | 7F | CC | 42 | 26 | 0 | 14 | D6 | 39 | 36 |
| Octal | 106 | 177 | 314 | 102 | 46 | 0 | 24 | 326 | 71 | 66 |
| Binary | 1000110 | 1111111 | 11001100 | 1000010 | 100110 | 0 | 10100 | 11010110 | 111001 | 110110 |
Color Harmonies of #467FCC
Complementary color
Monochromatic Colors of #467FCC
Black with #467FCC
Text Example
Text Example
White with #467FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FCC; }
p { color: rgb(70,127,204); }
H1.HeaderClassName
{
color: #467FCC;
}
.AnyTagClassName
{
color: #467FCC;
}
</style>
background-color css
<style>
a { background-color: #467FCC; }
a { background-color: rgb(70,127,204); }
div.DivClassName
{
background-color: #467FCC;
}
.BgClassName
{
background-color: #467FCC;
}
</style>
border-color css
<style>
span { border-color: #467FCC; }
span { border-color: rgb(70,127,204); }
td.TdClassName
{
border-color: #467FCC;
}
.TagClassName
{
border-color: #467FCC;
}
</style>