Shades of Havelock Blue #4F84BB
Tints of Havelock Blue #4F84BB
RGB
CMYK
RGB Variations
Color information
#4F84BB (or 0x4F84BB) is known color: Havelock Blue. HEX triplet: 4F, 84 and BB. RGB value is (79,132,187). Sum of RGB (Red+Green+Blue) = 79+132+187=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F84BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F84BB is #B07B44. Grayscale: #7A7A7A. Windows color (decimal): -11565893 or 12289103. OLE color: 12289103.
HSL color Cylindrical-coordinate representation of color #4F84BB: hue angle of 210.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F84BB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 132 | 187 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.27 |
| HSL | 210.56º | 0.44% | 0.52% | - |
| HSV(B) | 210.56º | 0.58% | 0.73% | - |
| XYZ | 20.45 | 21.75 | 50.13 | - |
| YUV | 122.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 187 | 0.58 | 0.29 | 0 | 0.27 | 210.56 | 0.44 | 0.52 |
| Hex | 4F | 84 | BB | 3A | 1D | 0 | 1B | D3 | 2C | 34 |
| Octal | 117 | 204 | 273 | 72 | 35 | 0 | 33 | 323 | 54 | 64 |
| Binary | 1001111 | 10000100 | 10111011 | 111010 | 11101 | 0 | 11011 | 11010011 | 101100 | 110100 |
Color Harmonies of #4F84BB
Complementary color
Monochromatic Colors of #4F84BB
Black with #4F84BB
Text Example
Text Example
White with #4F84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F84BB; }
p { color: rgb(79,132,187); }
H1.HeaderClassName
{
color: #4F84BB;
}
.AnyTagClassName
{
color: #4F84BB;
}
</style>
background-color css
<style>
a { background-color: #4F84BB; }
a { background-color: rgb(79,132,187); }
div.DivClassName
{
background-color: #4F84BB;
}
.BgClassName
{
background-color: #4F84BB;
}
</style>
border-color css
<style>
span { border-color: #4F84BB; }
span { border-color: rgb(79,132,187); }
td.TdClassName
{
border-color: #4F84BB;
}
.TagClassName
{
border-color: #4F84BB;
}
</style>