Shades of Havelock Blue #4F80BE
Tints of Havelock Blue #4F80BE
RGB
CMYK
RGB Variations
Color information
#4F80BE (or 0x4F80BE) is known color: Havelock Blue. HEX triplet: 4F, 80 and BE. RGB value is (79,128,190). Sum of RGB (Red+Green+Blue) = 79+128+190=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80BE is #B07F41. Grayscale: #787878. Windows color (decimal): -11566914 or 12484687. OLE color: 12484687.
HSL color Cylindrical-coordinate representation of color #4F80BE: hue angle of 213.51º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F80BE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 128 | 190 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.25 |
| HSL | 213.51º | 0.46% | 0.53% | - |
| HSV(B) | 213.51º | 0.58% | 0.75% | - |
| XYZ | 20.24 | 20.82 | 51.67 | - |
| YUV | 120.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 128 | 190 | 0.58 | 0.33 | 0 | 0.25 | 213.51 | 0.46 | 0.53 |
| Hex | 4F | 80 | BE | 3A | 21 | 0 | 19 | D6 | 2E | 35 |
| Octal | 117 | 200 | 276 | 72 | 41 | 0 | 31 | 326 | 56 | 65 |
| Binary | 1001111 | 10000000 | 10111110 | 111010 | 100001 | 0 | 11001 | 11010110 | 101110 | 110101 |
Color Harmonies of #4F80BE
Complementary color
Monochromatic Colors of #4F80BE
Black with #4F80BE
Text Example
Text Example
White with #4F80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F80BE; }
p { color: rgb(79,128,190); }
H1.HeaderClassName
{
color: #4F80BE;
}
.AnyTagClassName
{
color: #4F80BE;
}
</style>
background-color css
<style>
a { background-color: #4F80BE; }
a { background-color: rgb(79,128,190); }
div.DivClassName
{
background-color: #4F80BE;
}
.BgClassName
{
background-color: #4F80BE;
}
</style>
border-color css
<style>
span { border-color: #4F80BE; }
span { border-color: rgb(79,128,190); }
td.TdClassName
{
border-color: #4F80BE;
}
.TagClassName
{
border-color: #4F80BE;
}
</style>