Shades of Havelock Blue #467BC9
Tints of Havelock Blue #467BC9
RGB
CMYK
RGB Variations
Color information
#467BC9 (or 0x467BC9) is known color: Havelock Blue. HEX triplet: 46, 7B and C9. RGB value is (70,123,201). Sum of RGB (Red+Green+Blue) = 70+123+201=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #467BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BC9 is #B98436. Grayscale: #737373. Windows color (decimal): -12158007 or 13204294. OLE color: 13204294.
HSL color Cylindrical-coordinate representation of color #467BC9: hue angle of 215.73º 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 #467BC9 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 123 | 201 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.21 |
| HSL | 215.73º | 0.55% | 0.53% | - |
| HSV(B) | 215.73º | 0.65% | 0.79% | - |
| XYZ | 20.15 | 19.69 | 58 | - |
| YUV | 116.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 201 | 0.65 | 0.39 | 0 | 0.21 | 215.73 | 0.55 | 0.53 |
| Hex | 46 | 7B | C9 | 41 | 27 | 0 | 15 | D8 | 37 | 35 |
| Octal | 106 | 173 | 311 | 101 | 47 | 0 | 25 | 330 | 67 | 65 |
| Binary | 1000110 | 1111011 | 11001001 | 1000001 | 100111 | 0 | 10101 | 11011000 | 110111 | 110101 |
Color Harmonies of #467BC9
Complementary color
Monochromatic Colors of #467BC9
Black with #467BC9
Text Example
Text Example
White with #467BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BC9; }
p { color: rgb(70,123,201); }
H1.HeaderClassName
{
color: #467BC9;
}
.AnyTagClassName
{
color: #467BC9;
}
</style>
background-color css
<style>
a { background-color: #467BC9; }
a { background-color: rgb(70,123,201); }
div.DivClassName
{
background-color: #467BC9;
}
.BgClassName
{
background-color: #467BC9;
}
</style>
border-color css
<style>
span { border-color: #467BC9; }
span { border-color: rgb(70,123,201); }
td.TdClassName
{
border-color: #467BC9;
}
.TagClassName
{
border-color: #467BC9;
}
</style>