Shades of Havelock Blue #467AC9
Tints of Havelock Blue #467AC9
RGB
CMYK
RGB Variations
Color information
#467AC9 (or 0x467AC9) is known color: Havelock Blue. HEX triplet: 46, 7A and C9. RGB value is (70,122,201). Sum of RGB (Red+Green+Blue) = 70+122+201=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #467AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AC9 is #B98536. Grayscale: #737373. Windows color (decimal): -12158263 or 13204038. OLE color: 13204038.
HSL color Cylindrical-coordinate representation of color #467AC9: hue angle of 216.18º 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 #467AC9 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 122 | 201 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.21 |
| HSL | 216.18º | 0.55% | 0.53% | - |
| HSV(B) | 216.18º | 0.65% | 0.79% | - |
| XYZ | 20.03 | 19.44 | 57.95 | - |
| YUV | 115.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 201 | 0.65 | 0.39 | 0 | 0.21 | 216.18 | 0.55 | 0.53 |
| Hex | 46 | 7A | C9 | 41 | 27 | 0 | 15 | D8 | 37 | 35 |
| Octal | 106 | 172 | 311 | 101 | 47 | 0 | 25 | 330 | 67 | 65 |
| Binary | 1000110 | 1111010 | 11001001 | 1000001 | 100111 | 0 | 10101 | 11011000 | 110111 | 110101 |
Color Harmonies of #467AC9
Complementary color
Monochromatic Colors of #467AC9
Black with #467AC9
Text Example
Text Example
White with #467AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AC9; }
p { color: rgb(70,122,201); }
H1.HeaderClassName
{
color: #467AC9;
}
.AnyTagClassName
{
color: #467AC9;
}
</style>
background-color css
<style>
a { background-color: #467AC9; }
a { background-color: rgb(70,122,201); }
div.DivClassName
{
background-color: #467AC9;
}
.BgClassName
{
background-color: #467AC9;
}
</style>
border-color css
<style>
span { border-color: #467AC9; }
span { border-color: rgb(70,122,201); }
td.TdClassName
{
border-color: #467AC9;
}
.TagClassName
{
border-color: #467AC9;
}
</style>