Shades of Havelock Blue #4F7ACB
Tints of Havelock Blue #4F7ACB
RGB
CMYK
RGB Variations
Color information
#4F7ACB (or 0x4F7ACB) is known color: Havelock Blue. HEX triplet: 4F, 7A and CB. RGB value is (79,122,203). Sum of RGB (Red+Green+Blue) = 79+122+203=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7ACB is #B08534. Grayscale: #767676. Windows color (decimal): -11568437 or 13335119. OLE color: 13335119.
HSL color Cylindrical-coordinate representation of color #4F7ACB: hue angle of 219.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F7ACB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 122 | 203 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.20 |
| HSL | 219.19º | 0.54% | 0.55% | - |
| HSV(B) | 219.19º | 0.61% | 0.8% | - |
| XYZ | 20.96 | 19.89 | 59.23 | - |
| YUV | 118.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 203 | 0.61 | 0.40 | 0 | 0.20 | 219.19 | 0.54 | 0.55 |
| Hex | 4F | 7A | CB | 3D | 28 | 0 | 14 | DB | 36 | 37 |
| Octal | 117 | 172 | 313 | 75 | 50 | 0 | 24 | 333 | 66 | 67 |
| Binary | 1001111 | 1111010 | 11001011 | 111101 | 101000 | 0 | 10100 | 11011011 | 110110 | 110111 |
Color Harmonies of #4F7ACB
Complementary color
Monochromatic Colors of #4F7ACB
Black with #4F7ACB
Text Example
Text Example
White with #4F7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7ACB; }
p { color: rgb(79,122,203); }
H1.HeaderClassName
{
color: #4F7ACB;
}
.AnyTagClassName
{
color: #4F7ACB;
}
</style>
background-color css
<style>
a { background-color: #4F7ACB; }
a { background-color: rgb(79,122,203); }
div.DivClassName
{
background-color: #4F7ACB;
}
.BgClassName
{
background-color: #4F7ACB;
}
</style>
border-color css
<style>
span { border-color: #4F7ACB; }
span { border-color: rgb(79,122,203); }
td.TdClassName
{
border-color: #4F7ACB;
}
.TagClassName
{
border-color: #4F7ACB;
}
</style>