Shades of Havelock Blue #4F83BA
Tints of Havelock Blue #4F83BA
RGB
CMYK
RGB Variations
Color information
#4F83BA (or 0x4F83BA) is known color: Havelock Blue. HEX triplet: 4F, 83 and BA. RGB value is (79,131,186). Sum of RGB (Red+Green+Blue) = 79+131+186=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F83BA is #B07C45. Grayscale: #797979. Windows color (decimal): -11566150 or 12223311. OLE color: 12223311.
HSL color Cylindrical-coordinate representation of color #4F83BA: hue angle of 210.84º 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 #4F83BA is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 131 | 186 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.27 |
| HSL | 210.84º | 0.44% | 0.52% | - |
| HSV(B) | 210.84º | 0.58% | 0.73% | - |
| XYZ | 20.2 | 21.44 | 49.53 | - |
| YUV | 121.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 131 | 186 | 0.58 | 0.30 | 0 | 0.27 | 210.84 | 0.44 | 0.52 |
| Hex | 4F | 83 | BA | 3A | 1E | 0 | 1B | D3 | 2C | 34 |
| Octal | 117 | 203 | 272 | 72 | 36 | 0 | 33 | 323 | 54 | 64 |
| Binary | 1001111 | 10000011 | 10111010 | 111010 | 11110 | 0 | 11011 | 11010011 | 101100 | 110100 |
Color Harmonies of #4F83BA
Complementary color
Monochromatic Colors of #4F83BA
Black with #4F83BA
Text Example
Text Example
White with #4F83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F83BA; }
p { color: rgb(79,131,186); }
H1.HeaderClassName
{
color: #4F83BA;
}
.AnyTagClassName
{
color: #4F83BA;
}
</style>
background-color css
<style>
a { background-color: #4F83BA; }
a { background-color: rgb(79,131,186); }
div.DivClassName
{
background-color: #4F83BA;
}
.BgClassName
{
background-color: #4F83BA;
}
</style>
border-color css
<style>
span { border-color: #4F83BA; }
span { border-color: rgb(79,131,186); }
td.TdClassName
{
border-color: #4F83BA;
}
.TagClassName
{
border-color: #4F83BA;
}
</style>