Shades of Havelock Blue #4F77BF
Tints of Havelock Blue #4F77BF
RGB
CMYK
RGB Variations
Color information
#4F77BF (or 0x4F77BF) is known color: Havelock Blue. HEX triplet: 4F, 77 and BF. RGB value is (79,119,191). Sum of RGB (Red+Green+Blue) = 79+119+191=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F77BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77BF is #B08840. Grayscale: #727272. Windows color (decimal): -11569217 or 12547919. OLE color: 12547919.
HSL color Cylindrical-coordinate representation of color #4F77BF: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F77BF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 119 | 191 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.25 |
| HSL | 218.57º | 0.47% | 0.53% | - |
| HSV(B) | 218.57º | 0.59% | 0.75% | - |
| XYZ | 19.23 | 18.62 | 51.87 | - |
| YUV | 115.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 191 | 0.59 | 0.38 | 0 | 0.25 | 218.57 | 0.47 | 0.53 |
| Hex | 4F | 77 | BF | 3B | 26 | 0 | 19 | DB | 2F | 35 |
| Octal | 117 | 167 | 277 | 73 | 46 | 0 | 31 | 333 | 57 | 65 |
| Binary | 1001111 | 1110111 | 10111111 | 111011 | 100110 | 0 | 11001 | 11011011 | 101111 | 110101 |
Color Harmonies of #4F77BF
Complementary color
Monochromatic Colors of #4F77BF
Black with #4F77BF
Text Example
Text Example
White with #4F77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F77BF; }
p { color: rgb(79,119,191); }
H1.HeaderClassName
{
color: #4F77BF;
}
.AnyTagClassName
{
color: #4F77BF;
}
</style>
background-color css
<style>
a { background-color: #4F77BF; }
a { background-color: rgb(79,119,191); }
div.DivClassName
{
background-color: #4F77BF;
}
.BgClassName
{
background-color: #4F77BF;
}
</style>
border-color css
<style>
span { border-color: #4F77BF; }
span { border-color: rgb(79,119,191); }
td.TdClassName
{
border-color: #4F77BF;
}
.TagClassName
{
border-color: #4F77BF;
}
</style>