Shades of Havelock Blue #4F7FCB
Tints of Havelock Blue #4F7FCB
RGB
CMYK
RGB Variations
Color information
#4F7FCB (or 0x4F7FCB) is known color: Havelock Blue. HEX triplet: 4F, 7F and CB. RGB value is (79,127,203). Sum of RGB (Red+Green+Blue) = 79+127+203=409 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.32% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7FCB is #B08034. Grayscale: #787878. Windows color (decimal): -11567157 or 13336399. OLE color: 13336399.
HSL color Cylindrical-coordinate representation of color #4F7FCB: hue angle of 216.77º 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 #4F7FCB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 127 | 203 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.20 |
| HSL | 216.77º | 0.54% | 0.55% | - |
| HSV(B) | 216.77º | 0.61% | 0.8% | - |
| XYZ | 21.59 | 21.15 | 59.44 | - |
| YUV | 121.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 127 | 203 | 0.61 | 0.37 | 0 | 0.20 | 216.77 | 0.54 | 0.55 |
| Hex | 4F | 7F | CB | 3D | 25 | 0 | 14 | D9 | 36 | 37 |
| Octal | 117 | 177 | 313 | 75 | 45 | 0 | 24 | 331 | 66 | 67 |
| Binary | 1001111 | 1111111 | 11001011 | 111101 | 100101 | 0 | 10100 | 11011001 | 110110 | 110111 |
Color Harmonies of #4F7FCB
Complementary color
Monochromatic Colors of #4F7FCB
Black with #4F7FCB
Text Example
Text Example
White with #4F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7FCB; }
p { color: rgb(79,127,203); }
H1.HeaderClassName
{
color: #4F7FCB;
}
.AnyTagClassName
{
color: #4F7FCB;
}
</style>
background-color css
<style>
a { background-color: #4F7FCB; }
a { background-color: rgb(79,127,203); }
div.DivClassName
{
background-color: #4F7FCB;
}
.BgClassName
{
background-color: #4F7FCB;
}
</style>
border-color css
<style>
span { border-color: #4F7FCB; }
span { border-color: rgb(79,127,203); }
td.TdClassName
{
border-color: #4F7FCB;
}
.TagClassName
{
border-color: #4F7FCB;
}
</style>