Shades of Havelock Blue #467DCB
Tints of Havelock Blue #467DCB
RGB
CMYK
RGB Variations
Color information
#467DCB (or 0x467DCB) is known color: Havelock Blue. HEX triplet: 46, 7D and CB. RGB value is (70,125,203). Sum of RGB (Red+Green+Blue) = 70+125+203=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #467DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DCB is #B98234. Grayscale: #757575. Windows color (decimal): -12157493 or 13335878. OLE color: 13335878.
HSL color Cylindrical-coordinate representation of color #467DCB: hue angle of 215.19º 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 #467DCB is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 125 | 203 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.20 |
| HSL | 215.19º | 0.56% | 0.54% | - |
| HSV(B) | 215.19º | 0.66% | 0.8% | - |
| XYZ | 20.64 | 20.28 | 59.33 | - |
| YUV | 117.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 203 | 0.66 | 0.38 | 0 | 0.20 | 215.19 | 0.56 | 0.54 |
| Hex | 46 | 7D | CB | 42 | 26 | 0 | 14 | D7 | 38 | 36 |
| Octal | 106 | 175 | 313 | 102 | 46 | 0 | 24 | 327 | 70 | 66 |
| Binary | 1000110 | 1111101 | 11001011 | 1000010 | 100110 | 0 | 10100 | 11010111 | 111000 | 110110 |
Color Harmonies of #467DCB
Complementary color
Monochromatic Colors of #467DCB
Black with #467DCB
Text Example
Text Example
White with #467DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DCB; }
p { color: rgb(70,125,203); }
H1.HeaderClassName
{
color: #467DCB;
}
.AnyTagClassName
{
color: #467DCB;
}
</style>
background-color css
<style>
a { background-color: #467DCB; }
a { background-color: rgb(70,125,203); }
div.DivClassName
{
background-color: #467DCB;
}
.BgClassName
{
background-color: #467DCB;
}
</style>
border-color css
<style>
span { border-color: #467DCB; }
span { border-color: rgb(70,125,203); }
td.TdClassName
{
border-color: #467DCB;
}
.TagClassName
{
border-color: #467DCB;
}
</style>