Shades of Havelock Blue #4F7DC1
Tints of Havelock Blue #4F7DC1
RGB
CMYK
RGB Variations
Color information
#4F7DC1 (or 0x4F7DC1) is known color: Havelock Blue. HEX triplet: 4F, 7D and C1. RGB value is (79,125,193). Sum of RGB (Red+Green+Blue) = 79+125+193=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7DC1 is #B0823E. Grayscale: #767676. Windows color (decimal): -11567679 or 12680527. OLE color: 12680527.
HSL color Cylindrical-coordinate representation of color #4F7DC1: hue angle of 215.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F7DC1 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 125 | 193 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.24 |
| HSL | 215.79º | 0.48% | 0.53% | - |
| HSV(B) | 215.79º | 0.59% | 0.76% | - |
| XYZ | 20.18 | 20.18 | 53.28 | - |
| YUV | 119 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 193 | 0.59 | 0.35 | 0 | 0.24 | 215.79 | 0.48 | 0.53 |
| Hex | 4F | 7D | C1 | 3B | 23 | 0 | 18 | D8 | 30 | 35 |
| Octal | 117 | 175 | 301 | 73 | 43 | 0 | 30 | 330 | 60 | 65 |
| Binary | 1001111 | 1111101 | 11000001 | 111011 | 100011 | 0 | 11000 | 11011000 | 110000 | 110101 |
Color Harmonies of #4F7DC1
Complementary color
Monochromatic Colors of #4F7DC1
Black with #4F7DC1
Text Example
Text Example
White with #4F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7DC1; }
p { color: rgb(79,125,193); }
H1.HeaderClassName
{
color: #4F7DC1;
}
.AnyTagClassName
{
color: #4F7DC1;
}
</style>
background-color css
<style>
a { background-color: #4F7DC1; }
a { background-color: rgb(79,125,193); }
div.DivClassName
{
background-color: #4F7DC1;
}
.BgClassName
{
background-color: #4F7DC1;
}
</style>
border-color css
<style>
span { border-color: #4F7DC1; }
span { border-color: rgb(79,125,193); }
td.TdClassName
{
border-color: #4F7DC1;
}
.TagClassName
{
border-color: #4F7DC1;
}
</style>