Shades of Havelock Blue #467DC7
Tints of Havelock Blue #467DC7
RGB
CMYK
RGB Variations
Color information
#467DC7 (or 0x467DC7) is known color: Havelock Blue. HEX triplet: 46, 7D and C7. RGB value is (70,125,199). Sum of RGB (Red+Green+Blue) = 70+125+199=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #467DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DC7 is #B98238. Grayscale: #747474. Windows color (decimal): -12157497 or 13073734. OLE color: 13073734.
HSL color Cylindrical-coordinate representation of color #467DC7: hue angle of 214.42º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467DC7 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 125 | 199 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.22 |
| HSL | 214.42º | 0.54% | 0.53% | - |
| HSV(B) | 214.42º | 0.65% | 0.78% | - |
| XYZ | 20.17 | 20.09 | 56.85 | - |
| YUV | 116.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 199 | 0.65 | 0.37 | 0 | 0.22 | 214.42 | 0.54 | 0.53 |
| Hex | 46 | 7D | C7 | 41 | 25 | 0 | 16 | D6 | 36 | 35 |
| Octal | 106 | 175 | 307 | 101 | 45 | 0 | 26 | 326 | 66 | 65 |
| Binary | 1000110 | 1111101 | 11000111 | 1000001 | 100101 | 0 | 10110 | 11010110 | 110110 | 110101 |
Color Harmonies of #467DC7
Complementary color
Monochromatic Colors of #467DC7
Black with #467DC7
Text Example
Text Example
White with #467DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DC7; }
p { color: rgb(70,125,199); }
H1.HeaderClassName
{
color: #467DC7;
}
.AnyTagClassName
{
color: #467DC7;
}
</style>
background-color css
<style>
a { background-color: #467DC7; }
a { background-color: rgb(70,125,199); }
div.DivClassName
{
background-color: #467DC7;
}
.BgClassName
{
background-color: #467DC7;
}
</style>
border-color css
<style>
span { border-color: #467DC7; }
span { border-color: rgb(70,125,199); }
td.TdClassName
{
border-color: #467DC7;
}
.TagClassName
{
border-color: #467DC7;
}
</style>