Shades of Havelock Blue #4F7CBC
Tints of Havelock Blue #4F7CBC
RGB
CMYK
RGB Variations
Color information
#4F7CBC (or 0x4F7CBC) is known color: Havelock Blue. HEX triplet: 4F, 7C and BC. RGB value is (79,124,188). Sum of RGB (Red+Green+Blue) = 79+124+188=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CBC is #B08343. Grayscale: #757575. Windows color (decimal): -11567940 or 12352591. OLE color: 12352591.
HSL color Cylindrical-coordinate representation of color #4F7CBC: hue angle of 215.23º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F7CBC is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 124 | 188 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.26 |
| HSL | 215.23º | 0.45% | 0.52% | - |
| HSV(B) | 215.23º | 0.58% | 0.74% | - |
| XYZ | 19.51 | 19.71 | 50.35 | - |
| YUV | 117.84 | 167.59 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 188 | 0.58 | 0.34 | 0 | 0.26 | 215.23 | 0.45 | 0.52 |
| Hex | 4F | 7C | BC | 3A | 22 | 0 | 1A | D7 | 2D | 34 |
| Octal | 117 | 174 | 274 | 72 | 42 | 0 | 32 | 327 | 55 | 64 |
| Binary | 1001111 | 1111100 | 10111100 | 111010 | 100010 | 0 | 11010 | 11010111 | 101101 | 110100 |
Color Harmonies of #4F7CBC
Complementary color
Monochromatic Colors of #4F7CBC
Black with #4F7CBC
Text Example
Text Example
White with #4F7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CBC; }
p { color: rgb(79,124,188); }
H1.HeaderClassName
{
color: #4F7CBC;
}
.AnyTagClassName
{
color: #4F7CBC;
}
</style>
background-color css
<style>
a { background-color: #4F7CBC; }
a { background-color: rgb(79,124,188); }
div.DivClassName
{
background-color: #4F7CBC;
}
.BgClassName
{
background-color: #4F7CBC;
}
</style>
border-color css
<style>
span { border-color: #4F7CBC; }
span { border-color: rgb(79,124,188); }
td.TdClassName
{
border-color: #4F7CBC;
}
.TagClassName
{
border-color: #4F7CBC;
}
</style>