Shades of Havelock Blue #4F85CB
Tints of Havelock Blue #4F85CB
RGB
CMYK
RGB Variations
Color information
#4F85CB (or 0x4F85CB) is known color: Havelock Blue. HEX triplet: 4F, 85 and CB. RGB value is (79,133,203). Sum of RGB (Red+Green+Blue) = 79+133+203=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F85CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F85CB is #B07A34. Grayscale: #7C7C7C. Windows color (decimal): -11565621 or 13337935. OLE color: 13337935.
HSL color Cylindrical-coordinate representation of color #4F85CB: hue angle of 213.87º 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 #4F85CB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 133 | 203 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.20 |
| HSL | 213.87º | 0.54% | 0.55% | - |
| HSV(B) | 213.87º | 0.61% | 0.8% | - |
| XYZ | 22.39 | 22.75 | 59.71 | - |
| YUV | 124.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 203 | 0.61 | 0.34 | 0 | 0.20 | 213.87 | 0.54 | 0.55 |
| Hex | 4F | 85 | CB | 3D | 22 | 0 | 14 | D6 | 36 | 37 |
| Octal | 117 | 205 | 313 | 75 | 42 | 0 | 24 | 326 | 66 | 67 |
| Binary | 1001111 | 10000101 | 11001011 | 111101 | 100010 | 0 | 10100 | 11010110 | 110110 | 110111 |
Color Harmonies of #4F85CB
Complementary color
Monochromatic Colors of #4F85CB
Black with #4F85CB
Text Example
Text Example
White with #4F85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F85CB; }
p { color: rgb(79,133,203); }
H1.HeaderClassName
{
color: #4F85CB;
}
.AnyTagClassName
{
color: #4F85CB;
}
</style>
background-color css
<style>
a { background-color: #4F85CB; }
a { background-color: rgb(79,133,203); }
div.DivClassName
{
background-color: #4F85CB;
}
.BgClassName
{
background-color: #4F85CB;
}
</style>
border-color css
<style>
span { border-color: #4F85CB; }
span { border-color: rgb(79,133,203); }
td.TdClassName
{
border-color: #4F85CB;
}
.TagClassName
{
border-color: #4F85CB;
}
</style>