Shades of Havelock Blue #4F86BD
Tints of Havelock Blue #4F86BD
RGB
CMYK
RGB Variations
Color information
#4F86BD (or 0x4F86BD) is known color: Havelock Blue. HEX triplet: 4F, 86 and BD. RGB value is (79,134,189). Sum of RGB (Red+Green+Blue) = 79+134+189=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F86BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F86BD is #B07942. Grayscale: #7B7B7B. Windows color (decimal): -11565379 or 12420687. OLE color: 12420687.
HSL color Cylindrical-coordinate representation of color #4F86BD: hue angle of 210º 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 #4F86BD is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 134 | 189 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.26 |
| HSL | 210º | 0.45% | 0.53% | - |
| HSV(B) | 210º | 0.58% | 0.74% | - |
| XYZ | 20.93 | 22.39 | 51.36 | - |
| YUV | 123.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 134 | 189 | 0.58 | 0.29 | 0 | 0.26 | 210 | 0.45 | 0.53 |
| Hex | 4F | 86 | BD | 3A | 1D | 0 | 1A | D2 | 2D | 35 |
| Octal | 117 | 206 | 275 | 72 | 35 | 0 | 32 | 322 | 55 | 65 |
| Binary | 1001111 | 10000110 | 10111101 | 111010 | 11101 | 0 | 11010 | 11010010 | 101101 | 110101 |
Color Harmonies of #4F86BD
Complementary color
Monochromatic Colors of #4F86BD
Black with #4F86BD
Text Example
Text Example
White with #4F86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F86BD; }
p { color: rgb(79,134,189); }
H1.HeaderClassName
{
color: #4F86BD;
}
.AnyTagClassName
{
color: #4F86BD;
}
</style>
background-color css
<style>
a { background-color: #4F86BD; }
a { background-color: rgb(79,134,189); }
div.DivClassName
{
background-color: #4F86BD;
}
.BgClassName
{
background-color: #4F86BD;
}
</style>
border-color css
<style>
span { border-color: #4F86BD; }
span { border-color: rgb(79,134,189); }
td.TdClassName
{
border-color: #4F86BD;
}
.TagClassName
{
border-color: #4F86BD;
}
</style>