Shades of Havelock Blue #467FCA
Tints of Havelock Blue #467FCA
RGB
CMYK
RGB Variations
Color information
#467FCA (or 0x467FCA) is known color: Havelock Blue. HEX triplet: 46, 7F and CA. RGB value is (70,127,202). Sum of RGB (Red+Green+Blue) = 70+127+202=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #467FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FCA is #B98035. Grayscale: #767676. Windows color (decimal): -12156982 or 13270854. OLE color: 13270854.
HSL color Cylindrical-coordinate representation of color #467FCA: hue angle of 214.09º 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 #467FCA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 127 | 202 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.21 |
| HSL | 214.09º | 0.55% | 0.53% | - |
| HSV(B) | 214.09º | 0.65% | 0.79% | - |
| XYZ | 20.78 | 20.75 | 58.79 | - |
| YUV | 118.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 202 | 0.65 | 0.37 | 0 | 0.21 | 214.09 | 0.55 | 0.53 |
| Hex | 46 | 7F | CA | 41 | 25 | 0 | 15 | D6 | 37 | 35 |
| Octal | 106 | 177 | 312 | 101 | 45 | 0 | 25 | 326 | 67 | 65 |
| Binary | 1000110 | 1111111 | 11001010 | 1000001 | 100101 | 0 | 10101 | 11010110 | 110111 | 110101 |
Color Harmonies of #467FCA
Complementary color
Monochromatic Colors of #467FCA
Black with #467FCA
Text Example
Text Example
White with #467FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FCA; }
p { color: rgb(70,127,202); }
H1.HeaderClassName
{
color: #467FCA;
}
.AnyTagClassName
{
color: #467FCA;
}
</style>
background-color css
<style>
a { background-color: #467FCA; }
a { background-color: rgb(70,127,202); }
div.DivClassName
{
background-color: #467FCA;
}
.BgClassName
{
background-color: #467FCA;
}
</style>
border-color css
<style>
span { border-color: #467FCA; }
span { border-color: rgb(70,127,202); }
td.TdClassName
{
border-color: #467FCA;
}
.TagClassName
{
border-color: #467FCA;
}
</style>