Shades of Havelock Blue #467CCA
Tints of Havelock Blue #467CCA
RGB
CMYK
RGB Variations
Color information
#467CCA (or 0x467CCA) is known color: Havelock Blue. HEX triplet: 46, 7C and CA. RGB value is (70,124,202). Sum of RGB (Red+Green+Blue) = 70+124+202=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #467CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CCA is #B98335. Grayscale: #747474. Windows color (decimal): -12157750 or 13270086. OLE color: 13270086.
HSL color Cylindrical-coordinate representation of color #467CCA: hue angle of 215.45º 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 #467CCA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 124 | 202 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.21 |
| HSL | 215.45º | 0.55% | 0.53% | - |
| HSV(B) | 215.45º | 0.65% | 0.79% | - |
| XYZ | 20.39 | 19.98 | 58.66 | - |
| YUV | 116.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 202 | 0.65 | 0.39 | 0 | 0.21 | 215.45 | 0.55 | 0.53 |
| Hex | 46 | 7C | CA | 41 | 27 | 0 | 15 | D7 | 37 | 35 |
| Octal | 106 | 174 | 312 | 101 | 47 | 0 | 25 | 327 | 67 | 65 |
| Binary | 1000110 | 1111100 | 11001010 | 1000001 | 100111 | 0 | 10101 | 11010111 | 110111 | 110101 |
Color Harmonies of #467CCA
Complementary color
Monochromatic Colors of #467CCA
Black with #467CCA
Text Example
Text Example
White with #467CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CCA; }
p { color: rgb(70,124,202); }
H1.HeaderClassName
{
color: #467CCA;
}
.AnyTagClassName
{
color: #467CCA;
}
</style>
background-color css
<style>
a { background-color: #467CCA; }
a { background-color: rgb(70,124,202); }
div.DivClassName
{
background-color: #467CCA;
}
.BgClassName
{
background-color: #467CCA;
}
</style>
border-color css
<style>
span { border-color: #467CCA; }
span { border-color: rgb(70,124,202); }
td.TdClassName
{
border-color: #467CCA;
}
.TagClassName
{
border-color: #467CCA;
}
</style>