Shades of Havelock Blue #4F76C1
Tints of Havelock Blue #4F76C1
RGB
CMYK
RGB Variations
Color information
#4F76C1 (or 0x4F76C1) is known color: Havelock Blue. HEX triplet: 4F, 76 and C1. RGB value is (79,118,193). Sum of RGB (Red+Green+Blue) = 79+118+193=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F76C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F76C1 is #B0893E. Grayscale: #727272. Windows color (decimal): -11569471 or 12678735. OLE color: 12678735.
HSL color Cylindrical-coordinate representation of color #4F76C1: hue angle of 219.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F76C1 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 118 | 193 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.24 |
| HSL | 219.47º | 0.48% | 0.53% | - |
| HSV(B) | 219.47º | 0.59% | 0.76% | - |
| XYZ | 19.33 | 18.47 | 53 | - |
| YUV | 114.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 193 | 0.59 | 0.39 | 0 | 0.24 | 219.47 | 0.48 | 0.53 |
| Hex | 4F | 76 | C1 | 3B | 27 | 0 | 18 | DB | 30 | 35 |
| Octal | 117 | 166 | 301 | 73 | 47 | 0 | 30 | 333 | 60 | 65 |
| Binary | 1001111 | 1110110 | 11000001 | 111011 | 100111 | 0 | 11000 | 11011011 | 110000 | 110101 |
Color Harmonies of #4F76C1
Complementary color
Monochromatic Colors of #4F76C1
Black with #4F76C1
Text Example
Text Example
White with #4F76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F76C1; }
p { color: rgb(79,118,193); }
H1.HeaderClassName
{
color: #4F76C1;
}
.AnyTagClassName
{
color: #4F76C1;
}
</style>
background-color css
<style>
a { background-color: #4F76C1; }
a { background-color: rgb(79,118,193); }
div.DivClassName
{
background-color: #4F76C1;
}
.BgClassName
{
background-color: #4F76C1;
}
</style>
border-color css
<style>
span { border-color: #4F76C1; }
span { border-color: rgb(79,118,193); }
td.TdClassName
{
border-color: #4F76C1;
}
.TagClassName
{
border-color: #4F76C1;
}
</style>