Shades of Havelock Blue #4F7CCD
Tints of Havelock Blue #4F7CCD
RGB
CMYK
RGB Variations
Color information
#4F7CCD (or 0x4F7CCD) is known color: Havelock Blue. HEX triplet: 4F, 7C and CD. RGB value is (79,124,205). Sum of RGB (Red+Green+Blue) = 79+124+205=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CCD is #B08332. Grayscale: #777777. Windows color (decimal): -11567923 or 13466703. OLE color: 13466703.
HSL color Cylindrical-coordinate representation of color #4F7CCD: hue angle of 218.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F7CCD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 124 | 205 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.20 |
| HSL | 218.57º | 0.56% | 0.56% | - |
| HSV(B) | 218.57º | 0.61% | 0.8% | - |
| XYZ | 21.45 | 20.49 | 60.58 | - |
| YUV | 119.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 205 | 0.61 | 0.40 | 0 | 0.20 | 218.57 | 0.56 | 0.56 |
| Hex | 4F | 7C | CD | 3D | 28 | 0 | 14 | DB | 38 | 38 |
| Octal | 117 | 174 | 315 | 75 | 50 | 0 | 24 | 333 | 70 | 70 |
| Binary | 1001111 | 1111100 | 11001101 | 111101 | 101000 | 0 | 10100 | 11011011 | 111000 | 111000 |
Color Harmonies of #4F7CCD
Complementary color
Monochromatic Colors of #4F7CCD
Black with #4F7CCD
Text Example
Text Example
White with #4F7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CCD; }
p { color: rgb(79,124,205); }
H1.HeaderClassName
{
color: #4F7CCD;
}
.AnyTagClassName
{
color: #4F7CCD;
}
</style>
background-color css
<style>
a { background-color: #4F7CCD; }
a { background-color: rgb(79,124,205); }
div.DivClassName
{
background-color: #4F7CCD;
}
.BgClassName
{
background-color: #4F7CCD;
}
</style>
border-color css
<style>
span { border-color: #4F7CCD; }
span { border-color: rgb(79,124,205); }
td.TdClassName
{
border-color: #4F7CCD;
}
.TagClassName
{
border-color: #4F7CCD;
}
</style>