Shades of Havelock Blue #4F7ABA
Tints of Havelock Blue #4F7ABA
RGB
CMYK
RGB Variations
Color information
#4F7ABA (or 0x4F7ABA) is known color: Havelock Blue. HEX triplet: 4F, 7A and BA. RGB value is (79,122,186). Sum of RGB (Red+Green+Blue) = 79+122+186=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F7ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7ABA is #B08545. Grayscale: #747474. Windows color (decimal): -11568454 or 12221007. OLE color: 12221007.
HSL color Cylindrical-coordinate representation of color #4F7ABA: hue angle of 215.89º 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 #4F7ABA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 122 | 186 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.27 |
| HSL | 215.89º | 0.44% | 0.52% | - |
| HSV(B) | 215.89º | 0.58% | 0.73% | - |
| XYZ | 19.05 | 19.13 | 49.14 | - |
| YUV | 116.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 186 | 0.58 | 0.34 | 0 | 0.27 | 215.89 | 0.44 | 0.52 |
| Hex | 4F | 7A | BA | 3A | 22 | 0 | 1B | D8 | 2C | 34 |
| Octal | 117 | 172 | 272 | 72 | 42 | 0 | 33 | 330 | 54 | 64 |
| Binary | 1001111 | 1111010 | 10111010 | 111010 | 100010 | 0 | 11011 | 11011000 | 101100 | 110100 |
Color Harmonies of #4F7ABA
Complementary color
Monochromatic Colors of #4F7ABA
Black with #4F7ABA
Text Example
Text Example
White with #4F7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7ABA; }
p { color: rgb(79,122,186); }
H1.HeaderClassName
{
color: #4F7ABA;
}
.AnyTagClassName
{
color: #4F7ABA;
}
</style>
background-color css
<style>
a { background-color: #4F7ABA; }
a { background-color: rgb(79,122,186); }
div.DivClassName
{
background-color: #4F7ABA;
}
.BgClassName
{
background-color: #4F7ABA;
}
</style>
border-color css
<style>
span { border-color: #4F7ABA; }
span { border-color: rgb(79,122,186); }
td.TdClassName
{
border-color: #4F7ABA;
}
.TagClassName
{
border-color: #4F7ABA;
}
</style>