Shades of Havelock Blue #4F74CB
Tints of Havelock Blue #4F74CB
RGB
CMYK
RGB Variations
Color information
#4F74CB (or 0x4F74CB) is known color: Havelock Blue. HEX triplet: 4F, 74 and CB. RGB value is (79,116,203). Sum of RGB (Red+Green+Blue) = 79+116+203=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F74CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74CB is #B08B34. Grayscale: #727272. Windows color (decimal): -11569973 or 13333583. OLE color: 13333583.
HSL color Cylindrical-coordinate representation of color #4F74CB: hue angle of 222.1º 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 #4F74CB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 116 | 203 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.20 |
| HSL | 222.1º | 0.54% | 0.55% | - |
| HSV(B) | 222.1º | 0.61% | 0.8% | - |
| XYZ | 20.25 | 18.46 | 59 | - |
| YUV | 114.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 203 | 0.61 | 0.43 | 0 | 0.20 | 222.1 | 0.54 | 0.55 |
| Hex | 4F | 74 | CB | 3D | 2B | 0 | 14 | DE | 36 | 37 |
| Octal | 117 | 164 | 313 | 75 | 53 | 0 | 24 | 336 | 66 | 67 |
| Binary | 1001111 | 1110100 | 11001011 | 111101 | 101011 | 0 | 10100 | 11011110 | 110110 | 110111 |
Color Harmonies of #4F74CB
Complementary color
Monochromatic Colors of #4F74CB
Black with #4F74CB
Text Example
Text Example
White with #4F74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F74CB; }
p { color: rgb(79,116,203); }
H1.HeaderClassName
{
color: #4F74CB;
}
.AnyTagClassName
{
color: #4F74CB;
}
</style>
background-color css
<style>
a { background-color: #4F74CB; }
a { background-color: rgb(79,116,203); }
div.DivClassName
{
background-color: #4F74CB;
}
.BgClassName
{
background-color: #4F74CB;
}
</style>
border-color css
<style>
span { border-color: #4F74CB; }
span { border-color: rgb(79,116,203); }
td.TdClassName
{
border-color: #4F74CB;
}
.TagClassName
{
border-color: #4F74CB;
}
</style>