Shades of Havelock Blue #4F80BB
Tints of Havelock Blue #4F80BB
RGB
CMYK
RGB Variations
Color information
#4F80BB (or 0x4F80BB) is known color: Havelock Blue. HEX triplet: 4F, 80 and BB. RGB value is (79,128,187). Sum of RGB (Red+Green+Blue) = 79+128+187=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80BB is #B07F44. Grayscale: #777777. Windows color (decimal): -11566917 or 12288079. OLE color: 12288079.
HSL color Cylindrical-coordinate representation of color #4F80BB: hue angle of 212.78º 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 #4F80BB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 128 | 187 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.27 |
| HSL | 212.78º | 0.44% | 0.52% | - |
| HSV(B) | 212.78º | 0.58% | 0.73% | - |
| XYZ | 19.91 | 20.69 | 49.96 | - |
| YUV | 120.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 187 | 0.58 | 0.32 | 0 | 0.27 | 212.78 | 0.44 | 0.52 |
| Hex | 4F | 80 | BB | 3A | 20 | 0 | 1B | D5 | 2C | 34 |
| Octal | 117 | 200 | 273 | 72 | 40 | 0 | 33 | 325 | 54 | 64 |
| Binary | 1001111 | 10000000 | 10111011 | 111010 | 100000 | 0 | 11011 | 11010101 | 101100 | 110100 |
Color Harmonies of #4F80BB
Complementary color
Monochromatic Colors of #4F80BB
Black with #4F80BB
Text Example
Text Example
White with #4F80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F80BB; }
p { color: rgb(79,128,187); }
H1.HeaderClassName
{
color: #4F80BB;
}
.AnyTagClassName
{
color: #4F80BB;
}
</style>
background-color css
<style>
a { background-color: #4F80BB; }
a { background-color: rgb(79,128,187); }
div.DivClassName
{
background-color: #4F80BB;
}
.BgClassName
{
background-color: #4F80BB;
}
</style>
border-color css
<style>
span { border-color: #4F80BB; }
span { border-color: rgb(79,128,187); }
td.TdClassName
{
border-color: #4F80BB;
}
.TagClassName
{
border-color: #4F80BB;
}
</style>