Shades of Havelock Blue #467DCD
Tints of Havelock Blue #467DCD
RGB
CMYK
RGB Variations
Color information
#467DCD (or 0x467DCD) is known color: Havelock Blue. HEX triplet: 46, 7D and CD. RGB value is (70,125,205). Sum of RGB (Red+Green+Blue) = 70+125+205=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #467DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DCD is #B98232. Grayscale: #757575. Windows color (decimal): -12157491 or 13466950. OLE color: 13466950.
HSL color Cylindrical-coordinate representation of color #467DCD: hue angle of 215.56º 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 #467DCD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 125 | 205 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.20 |
| HSL | 215.56º | 0.57% | 0.54% | - |
| HSV(B) | 215.56º | 0.66% | 0.8% | - |
| XYZ | 20.88 | 20.38 | 60.59 | - |
| YUV | 117.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 205 | 0.66 | 0.39 | 0 | 0.20 | 215.56 | 0.57 | 0.54 |
| Hex | 46 | 7D | CD | 42 | 27 | 0 | 14 | D8 | 39 | 36 |
| Octal | 106 | 175 | 315 | 102 | 47 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000110 | 1111101 | 11001101 | 1000010 | 100111 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #467DCD
Complementary color
Monochromatic Colors of #467DCD
Black with #467DCD
Text Example
Text Example
White with #467DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DCD; }
p { color: rgb(70,125,205); }
H1.HeaderClassName
{
color: #467DCD;
}
.AnyTagClassName
{
color: #467DCD;
}
</style>
background-color css
<style>
a { background-color: #467DCD; }
a { background-color: rgb(70,125,205); }
div.DivClassName
{
background-color: #467DCD;
}
.BgClassName
{
background-color: #467DCD;
}
</style>
border-color css
<style>
span { border-color: #467DCD; }
span { border-color: rgb(70,125,205); }
td.TdClassName
{
border-color: #467DCD;
}
.TagClassName
{
border-color: #467DCD;
}
</style>