Shades of Havelock Blue #4F73C6
Tints of Havelock Blue #4F73C6
RGB
CMYK
RGB Variations
Color information
#4F73C6 (or 0x4F73C6) is known color: Havelock Blue. HEX triplet: 4F, 73 and C6. RGB value is (79,115,198). Sum of RGB (Red+Green+Blue) = 79+115+198=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F73C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F73C6 is #B08C39. Grayscale: #717171. Windows color (decimal): -11570234 or 13005647. OLE color: 13005647.
HSL color Cylindrical-coordinate representation of color #4F73C6: hue angle of 221.85º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F73C6 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 115 | 198 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.22 |
| HSL | 221.85º | 0.51% | 0.54% | - |
| HSV(B) | 221.85º | 0.6% | 0.78% | - |
| XYZ | 19.55 | 18 | 55.87 | - |
| YUV | 113.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 198 | 0.60 | 0.42 | 0 | 0.22 | 221.85 | 0.51 | 0.54 |
| Hex | 4F | 73 | C6 | 3C | 2A | 0 | 16 | DE | 33 | 36 |
| Octal | 117 | 163 | 306 | 74 | 52 | 0 | 26 | 336 | 63 | 66 |
| Binary | 1001111 | 1110011 | 11000110 | 111100 | 101010 | 0 | 10110 | 11011110 | 110011 | 110110 |
Color Harmonies of #4F73C6
Complementary color
Monochromatic Colors of #4F73C6
Black with #4F73C6
Text Example
Text Example
White with #4F73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F73C6; }
p { color: rgb(79,115,198); }
H1.HeaderClassName
{
color: #4F73C6;
}
.AnyTagClassName
{
color: #4F73C6;
}
</style>
background-color css
<style>
a { background-color: #4F73C6; }
a { background-color: rgb(79,115,198); }
div.DivClassName
{
background-color: #4F73C6;
}
.BgClassName
{
background-color: #4F73C6;
}
</style>
border-color css
<style>
span { border-color: #4F73C6; }
span { border-color: rgb(79,115,198); }
td.TdClassName
{
border-color: #4F73C6;
}
.TagClassName
{
border-color: #4F73C6;
}
</style>