Shades of Havelock Blue #4F77BC
Tints of Havelock Blue #4F77BC
RGB
CMYK
RGB Variations
Color information
#4F77BC (or 0x4F77BC) is known color: Havelock Blue. HEX triplet: 4F, 77 and BC. RGB value is (79,119,188). Sum of RGB (Red+Green+Blue) = 79+119+188=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F77BC is #B08843. Grayscale: #727272. Windows color (decimal): -11569220 or 12351311. OLE color: 12351311.
HSL color Cylindrical-coordinate representation of color #4F77BC: hue angle of 217.98º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F77BC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 119 | 188 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.26 |
| HSL | 217.98º | 0.45% | 0.52% | - |
| HSV(B) | 217.98º | 0.58% | 0.74% | - |
| XYZ | 18.9 | 18.49 | 50.15 | - |
| YUV | 114.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 188 | 0.58 | 0.37 | 0 | 0.26 | 217.98 | 0.45 | 0.52 |
| Hex | 4F | 77 | BC | 3A | 25 | 0 | 1A | DA | 2D | 34 |
| Octal | 117 | 167 | 274 | 72 | 45 | 0 | 32 | 332 | 55 | 64 |
| Binary | 1001111 | 1110111 | 10111100 | 111010 | 100101 | 0 | 11010 | 11011010 | 101101 | 110100 |
Color Harmonies of #4F77BC
Complementary color
Monochromatic Colors of #4F77BC
Black with #4F77BC
Text Example
Text Example
White with #4F77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F77BC; }
p { color: rgb(79,119,188); }
H1.HeaderClassName
{
color: #4F77BC;
}
.AnyTagClassName
{
color: #4F77BC;
}
</style>
background-color css
<style>
a { background-color: #4F77BC; }
a { background-color: rgb(79,119,188); }
div.DivClassName
{
background-color: #4F77BC;
}
.BgClassName
{
background-color: #4F77BC;
}
</style>
border-color css
<style>
span { border-color: #4F77BC; }
span { border-color: rgb(79,119,188); }
td.TdClassName
{
border-color: #4F77BC;
}
.TagClassName
{
border-color: #4F77BC;
}
</style>