Shades of Havelock Blue #467FCB
Tints of Havelock Blue #467FCB
RGB
CMYK
RGB Variations
Color information
#467FCB (or 0x467FCB) is known color: Havelock Blue. HEX triplet: 46, 7F and CB. RGB value is (70,127,203). Sum of RGB (Red+Green+Blue) = 70+127+203=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #467FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCB is #B98034. Grayscale: #767676. Windows color (decimal): -12156981 or 13336390. OLE color: 13336390.
HSL color Cylindrical-coordinate representation of color #467FCB: hue angle of 214.29º degrees, saturation: 0.56, 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 #467FCB is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 127 | 203 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.20 |
| HSL | 214.29º | 0.56% | 0.54% | - |
| HSV(B) | 214.29º | 0.66% | 0.8% | - |
| XYZ | 20.89 | 20.79 | 59.41 | - |
| YUV | 118.62 | 175.62 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 203 | 0.66 | 0.37 | 0 | 0.20 | 214.29 | 0.56 | 0.54 |
| Hex | 46 | 7F | CB | 42 | 25 | 0 | 14 | D6 | 38 | 36 |
| Octal | 106 | 177 | 313 | 102 | 45 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1000110 | 1111111 | 11001011 | 1000010 | 100101 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #467FCB
Complementary color
Monochromatic Colors of #467FCB
Black with #467FCB
Text Example
Text Example
White with #467FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FCB; }
p { color: rgb(70,127,203); }
H1.HeaderClassName
{
color: #467FCB;
}
.AnyTagClassName
{
color: #467FCB;
}
</style>
background-color css
<style>
a { background-color: #467FCB; }
a { background-color: rgb(70,127,203); }
div.DivClassName
{
background-color: #467FCB;
}
.BgClassName
{
background-color: #467FCB;
}
</style>
border-color css
<style>
span { border-color: #467FCB; }
span { border-color: rgb(70,127,203); }
td.TdClassName
{
border-color: #467FCB;
}
.TagClassName
{
border-color: #467FCB;
}
</style>