Shades of Havelock Blue #4F76BD
Tints of Havelock Blue #4F76BD
RGB
CMYK
RGB Variations
Color information
#4F76BD (or 0x4F76BD) is known color: Havelock Blue. HEX triplet: 4F, 76 and BD. RGB value is (79,118,189). Sum of RGB (Red+Green+Blue) = 79+118+189=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F76BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F76BD is #B08942. Grayscale: #727272. Windows color (decimal): -11569475 or 12416591. OLE color: 12416591.
HSL color Cylindrical-coordinate representation of color #4F76BD: hue angle of 218.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F76BD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 118 | 189 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.26 |
| HSL | 218.73º | 0.45% | 0.53% | - |
| HSV(B) | 218.73º | 0.58% | 0.74% | - |
| XYZ | 18.89 | 18.29 | 50.68 | - |
| YUV | 114.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 189 | 0.58 | 0.38 | 0 | 0.26 | 218.73 | 0.45 | 0.53 |
| Hex | 4F | 76 | BD | 3A | 26 | 0 | 1A | DB | 2D | 35 |
| Octal | 117 | 166 | 275 | 72 | 46 | 0 | 32 | 333 | 55 | 65 |
| Binary | 1001111 | 1110110 | 10111101 | 111010 | 100110 | 0 | 11010 | 11011011 | 101101 | 110101 |
Color Harmonies of #4F76BD
Complementary color
Monochromatic Colors of #4F76BD
Black with #4F76BD
Text Example
Text Example
White with #4F76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F76BD; }
p { color: rgb(79,118,189); }
H1.HeaderClassName
{
color: #4F76BD;
}
.AnyTagClassName
{
color: #4F76BD;
}
</style>
background-color css
<style>
a { background-color: #4F76BD; }
a { background-color: rgb(79,118,189); }
div.DivClassName
{
background-color: #4F76BD;
}
.BgClassName
{
background-color: #4F76BD;
}
</style>
border-color css
<style>
span { border-color: #4F76BD; }
span { border-color: rgb(79,118,189); }
td.TdClassName
{
border-color: #4F76BD;
}
.TagClassName
{
border-color: #4F76BD;
}
</style>