Shades of Havelock Blue #467CC9
Tints of Havelock Blue #467CC9
RGB
CMYK
RGB Variations
Color information
#467CC9 (or 0x467CC9) is known color: Havelock Blue. HEX triplet: 46, 7C and C9. RGB value is (70,124,201). Sum of RGB (Red+Green+Blue) = 70+124+201=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #467CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CC9 is #B98336. Grayscale: #747474. Windows color (decimal): -12157751 or 13204550. OLE color: 13204550.
HSL color Cylindrical-coordinate representation of color #467CC9: hue angle of 215.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467CC9 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 124 | 201 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.21 |
| HSL | 215.27º | 0.55% | 0.53% | - |
| HSV(B) | 215.27º | 0.65% | 0.79% | - |
| XYZ | 20.28 | 19.93 | 58.04 | - |
| YUV | 116.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 201 | 0.65 | 0.38 | 0 | 0.21 | 215.27 | 0.55 | 0.53 |
| Hex | 46 | 7C | C9 | 41 | 26 | 0 | 15 | D7 | 37 | 35 |
| Octal | 106 | 174 | 311 | 101 | 46 | 0 | 25 | 327 | 67 | 65 |
| Binary | 1000110 | 1111100 | 11001001 | 1000001 | 100110 | 0 | 10101 | 11010111 | 110111 | 110101 |
Color Harmonies of #467CC9
Complementary color
Monochromatic Colors of #467CC9
Black with #467CC9
Text Example
Text Example
White with #467CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CC9; }
p { color: rgb(70,124,201); }
H1.HeaderClassName
{
color: #467CC9;
}
.AnyTagClassName
{
color: #467CC9;
}
</style>
background-color css
<style>
a { background-color: #467CC9; }
a { background-color: rgb(70,124,201); }
div.DivClassName
{
background-color: #467CC9;
}
.BgClassName
{
background-color: #467CC9;
}
</style>
border-color css
<style>
span { border-color: #467CC9; }
span { border-color: rgb(70,124,201); }
td.TdClassName
{
border-color: #467CC9;
}
.TagClassName
{
border-color: #467CC9;
}
</style>