Shades of Havelock Blue #4F8DD7
Tints of Havelock Blue #4F8DD7
RGB
CMYK
RGB Variations
Color information
#4F8DD7 (or 0x4F8DD7) is known color: Havelock Blue. HEX triplet: 4F, 8D and D7. RGB value is (79,141,215). Sum of RGB (Red+Green+Blue) = 79+141+215=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #4F8DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8DD7 is #B07228. Grayscale: #828282. Windows color (decimal): -11563561 or 14126415. OLE color: 14126415.
HSL color Cylindrical-coordinate representation of color #4F8DD7: hue angle of 212.65º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F8DD7 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 141 | 215 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.16 |
| HSL | 212.65º | 0.63% | 0.58% | - |
| HSV(B) | 212.65º | 0.63% | 0.84% | - |
| XYZ | 25.02 | 25.62 | 67.92 | - |
| YUV | 130.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 215 | 0.63 | 0.34 | 0 | 0.16 | 212.65 | 0.63 | 0.58 |
| Hex | 4F | 8D | D7 | 3F | 22 | 0 | 10 | D5 | 3F | 3A |
| Octal | 117 | 215 | 327 | 77 | 42 | 0 | 20 | 325 | 77 | 72 |
| Binary | 1001111 | 10001101 | 11010111 | 111111 | 100010 | 0 | 10000 | 11010101 | 111111 | 111010 |
Color Harmonies of #4F8DD7
Complementary color
Monochromatic Colors of #4F8DD7
Black with #4F8DD7
Text Example
Text Example
White with #4F8DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8DD7; }
p { color: rgb(79,141,215); }
H1.HeaderClassName
{
color: #4F8DD7;
}
.AnyTagClassName
{
color: #4F8DD7;
}
</style>
background-color css
<style>
a { background-color: #4F8DD7; }
a { background-color: rgb(79,141,215); }
div.DivClassName
{
background-color: #4F8DD7;
}
.BgClassName
{
background-color: #4F8DD7;
}
</style>
border-color css
<style>
span { border-color: #4F8DD7; }
span { border-color: rgb(79,141,215); }
td.TdClassName
{
border-color: #4F8DD7;
}
.TagClassName
{
border-color: #4F8DD7;
}
</style>