Shades of Havelock Blue #467AC6
Tints of Havelock Blue #467AC6
RGB
CMYK
RGB Variations
Color information
#467AC6 (or 0x467AC6) is known color: Havelock Blue. HEX triplet: 46, 7A and C6. RGB value is (70,122,198). Sum of RGB (Red+Green+Blue) = 70+122+198=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #467AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AC6 is #B98539. Grayscale: #727272. Windows color (decimal): -12158266 or 13007430. OLE color: 13007430.
HSL color Cylindrical-coordinate representation of color #467AC6: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467AC6 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 122 | 198 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.22 |
| HSL | 215.63º | 0.53% | 0.53% | - |
| HSV(B) | 215.63º | 0.65% | 0.78% | - |
| XYZ | 19.68 | 19.3 | 56.11 | - |
| YUV | 115.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 198 | 0.65 | 0.38 | 0 | 0.22 | 215.63 | 0.53 | 0.53 |
| Hex | 46 | 7A | C6 | 41 | 26 | 0 | 16 | D8 | 35 | 35 |
| Octal | 106 | 172 | 306 | 101 | 46 | 0 | 26 | 330 | 65 | 65 |
| Binary | 1000110 | 1111010 | 11000110 | 1000001 | 100110 | 0 | 10110 | 11011000 | 110101 | 110101 |
Color Harmonies of #467AC6
Complementary color
Monochromatic Colors of #467AC6
Black with #467AC6
Text Example
Text Example
White with #467AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AC6; }
p { color: rgb(70,122,198); }
H1.HeaderClassName
{
color: #467AC6;
}
.AnyTagClassName
{
color: #467AC6;
}
</style>
background-color css
<style>
a { background-color: #467AC6; }
a { background-color: rgb(70,122,198); }
div.DivClassName
{
background-color: #467AC6;
}
.BgClassName
{
background-color: #467AC6;
}
</style>
border-color css
<style>
span { border-color: #467AC6; }
span { border-color: rgb(70,122,198); }
td.TdClassName
{
border-color: #467AC6;
}
.TagClassName
{
border-color: #467AC6;
}
</style>