Shades of Havelock Blue #467CCD
Tints of Havelock Blue #467CCD
RGB
CMYK
RGB Variations
Color information
#467CCD (or 0x467CCD) is known color: Havelock Blue. HEX triplet: 46, 7C and CD. RGB value is (70,124,205). Sum of RGB (Red+Green+Blue) = 70+124+205=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #467CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CCD is #B98332. Grayscale: #747474. Windows color (decimal): -12157747 or 13466694. OLE color: 13466694.
HSL color Cylindrical-coordinate representation of color #467CCD: hue angle of 216º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467CCD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 124 | 205 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.20 |
| HSL | 216º | 0.57% | 0.54% | - |
| HSV(B) | 216º | 0.66% | 0.8% | - |
| XYZ | 20.75 | 20.13 | 60.55 | - |
| YUV | 117.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 205 | 0.66 | 0.40 | 0 | 0.20 | 216 | 0.57 | 0.54 |
| Hex | 46 | 7C | CD | 42 | 28 | 0 | 14 | D8 | 39 | 36 |
| Octal | 106 | 174 | 315 | 102 | 50 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000110 | 1111100 | 11001101 | 1000010 | 101000 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #467CCD
Complementary color
Monochromatic Colors of #467CCD
Black with #467CCD
Text Example
Text Example
White with #467CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CCD; }
p { color: rgb(70,124,205); }
H1.HeaderClassName
{
color: #467CCD;
}
.AnyTagClassName
{
color: #467CCD;
}
</style>
background-color css
<style>
a { background-color: #467CCD; }
a { background-color: rgb(70,124,205); }
div.DivClassName
{
background-color: #467CCD;
}
.BgClassName
{
background-color: #467CCD;
}
</style>
border-color css
<style>
span { border-color: #467CCD; }
span { border-color: rgb(70,124,205); }
td.TdClassName
{
border-color: #467CCD;
}
.TagClassName
{
border-color: #467CCD;
}
</style>