Shades of Havelock Blue #467FC7
Tints of Havelock Blue #467FC7
RGB
CMYK
RGB Variations
Color information
#467FC7 (or 0x467FC7) is known color: Havelock Blue. HEX triplet: 46, 7F and C7. RGB value is (70,127,199). Sum of RGB (Red+Green+Blue) = 70+127+199=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #467FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FC7 is #B98038. Grayscale: #757575. Windows color (decimal): -12156985 or 13074246. OLE color: 13074246.
HSL color Cylindrical-coordinate representation of color #467FC7: hue angle of 213.49º 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 #467FC7 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 127 | 199 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.22 |
| HSL | 213.49º | 0.54% | 0.53% | - |
| HSV(B) | 213.49º | 0.65% | 0.78% | - |
| XYZ | 20.42 | 20.6 | 56.93 | - |
| YUV | 118.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 199 | 0.65 | 0.36 | 0 | 0.22 | 213.49 | 0.54 | 0.53 |
| Hex | 46 | 7F | C7 | 41 | 24 | 0 | 16 | D5 | 36 | 35 |
| Octal | 106 | 177 | 307 | 101 | 44 | 0 | 26 | 325 | 66 | 65 |
| Binary | 1000110 | 1111111 | 11000111 | 1000001 | 100100 | 0 | 10110 | 11010101 | 110110 | 110101 |
Color Harmonies of #467FC7
Complementary color
Monochromatic Colors of #467FC7
Black with #467FC7
Text Example
Text Example
White with #467FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FC7; }
p { color: rgb(70,127,199); }
H1.HeaderClassName
{
color: #467FC7;
}
.AnyTagClassName
{
color: #467FC7;
}
</style>
background-color css
<style>
a { background-color: #467FC7; }
a { background-color: rgb(70,127,199); }
div.DivClassName
{
background-color: #467FC7;
}
.BgClassName
{
background-color: #467FC7;
}
</style>
border-color css
<style>
span { border-color: #467FC7; }
span { border-color: rgb(70,127,199); }
td.TdClassName
{
border-color: #467FC7;
}
.TagClassName
{
border-color: #467FC7;
}
</style>