Shades of Havelock Blue #467DCE
Tints of Havelock Blue #467DCE
RGB
CMYK
RGB Variations
Color information
#467DCE (or 0x467DCE) is known color: Havelock Blue. HEX triplet: 46, 7D and CE. RGB value is (70,125,206). Sum of RGB (Red+Green+Blue) = 70+125+206=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #467DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DCE is #B98231. Grayscale: #757575. Windows color (decimal): -12157490 or 13532486. OLE color: 13532486.
HSL color Cylindrical-coordinate representation of color #467DCE: hue angle of 215.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467DCE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 125 | 206 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.19 |
| HSL | 215.74º | 0.58% | 0.54% | - |
| HSV(B) | 215.74º | 0.66% | 0.81% | - |
| XYZ | 21 | 20.43 | 61.23 | - |
| YUV | 117.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 206 | 0.66 | 0.39 | 0 | 0.19 | 215.74 | 0.58 | 0.54 |
| Hex | 46 | 7D | CE | 42 | 27 | 0 | 13 | D8 | 3A | 36 |
| Octal | 106 | 175 | 316 | 102 | 47 | 0 | 23 | 330 | 72 | 66 |
| Binary | 1000110 | 1111101 | 11001110 | 1000010 | 100111 | 0 | 10011 | 11011000 | 111010 | 110110 |
Color Harmonies of #467DCE
Complementary color
Monochromatic Colors of #467DCE
Black with #467DCE
Text Example
Text Example
White with #467DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DCE; }
p { color: rgb(70,125,206); }
H1.HeaderClassName
{
color: #467DCE;
}
.AnyTagClassName
{
color: #467DCE;
}
</style>
background-color css
<style>
a { background-color: #467DCE; }
a { background-color: rgb(70,125,206); }
div.DivClassName
{
background-color: #467DCE;
}
.BgClassName
{
background-color: #467DCE;
}
</style>
border-color css
<style>
span { border-color: #467DCE; }
span { border-color: rgb(70,125,206); }
td.TdClassName
{
border-color: #467DCE;
}
.TagClassName
{
border-color: #467DCE;
}
</style>