Shades of Havelock Blue #4F8DCA
Tints of Havelock Blue #4F8DCA
RGB
CMYK
RGB Variations
Color information
#4F8DCA (or 0x4F8DCA) is known color: Havelock Blue. HEX triplet: 4F, 8D and CA. RGB value is (79,141,202). Sum of RGB (Red+Green+Blue) = 79+141+202=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F8DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DCA is #B07235. Grayscale: #818181. Windows color (decimal): -11563574 or 13274447. OLE color: 13274447.
HSL color Cylindrical-coordinate representation of color #4F8DCA: hue angle of 209.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8DCA is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 141 | 202 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.21 |
| HSL | 209.76º | 0.54% | 0.55% | - |
| HSV(B) | 209.76º | 0.61% | 0.79% | - |
| XYZ | 23.41 | 24.98 | 59.46 | - |
| YUV | 129.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 202 | 0.61 | 0.30 | 0 | 0.21 | 209.76 | 0.54 | 0.55 |
| Hex | 4F | 8D | CA | 3D | 1E | 0 | 15 | D2 | 36 | 37 |
| Octal | 117 | 215 | 312 | 75 | 36 | 0 | 25 | 322 | 66 | 67 |
| Binary | 1001111 | 10001101 | 11001010 | 111101 | 11110 | 0 | 10101 | 11010010 | 110110 | 110111 |
Color Harmonies of #4F8DCA
Complementary color
Monochromatic Colors of #4F8DCA
Black with #4F8DCA
Text Example
Text Example
White with #4F8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8DCA; }
p { color: rgb(79,141,202); }
H1.HeaderClassName
{
color: #4F8DCA;
}
.AnyTagClassName
{
color: #4F8DCA;
}
</style>
background-color css
<style>
a { background-color: #4F8DCA; }
a { background-color: rgb(79,141,202); }
div.DivClassName
{
background-color: #4F8DCA;
}
.BgClassName
{
background-color: #4F8DCA;
}
</style>
border-color css
<style>
span { border-color: #4F8DCA; }
span { border-color: rgb(79,141,202); }
td.TdClassName
{
border-color: #4F8DCA;
}
.TagClassName
{
border-color: #4F8DCA;
}
</style>