Shades of Havelock Blue #4F8AC1
Tints of Havelock Blue #4F8AC1
RGB
CMYK
RGB Variations
Color information
#4F8AC1 (or 0x4F8AC1) is known color: Havelock Blue. HEX triplet: 4F, 8A and C1. RGB value is (79,138,193). Sum of RGB (Red+Green+Blue) = 79+138+193=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F8AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8AC1 is #B0753E. Grayscale: #7E7E7E. Windows color (decimal): -11564351 or 12683855. OLE color: 12683855.
HSL color Cylindrical-coordinate representation of color #4F8AC1: hue angle of 208.95º 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 #4F8AC1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 138 | 193 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.24 |
| HSL | 208.95º | 0.48% | 0.53% | - |
| HSV(B) | 208.95º | 0.59% | 0.76% | - |
| XYZ | 21.94 | 23.69 | 53.87 | - |
| YUV | 126.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 193 | 0.59 | 0.28 | 0 | 0.24 | 208.95 | 0.48 | 0.53 |
| Hex | 4F | 8A | C1 | 3B | 1C | 0 | 18 | D1 | 30 | 35 |
| Octal | 117 | 212 | 301 | 73 | 34 | 0 | 30 | 321 | 60 | 65 |
| Binary | 1001111 | 10001010 | 11000001 | 111011 | 11100 | 0 | 11000 | 11010001 | 110000 | 110101 |
Color Harmonies of #4F8AC1
Complementary color
Monochromatic Colors of #4F8AC1
Black with #4F8AC1
Text Example
Text Example
White with #4F8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8AC1; }
p { color: rgb(79,138,193); }
H1.HeaderClassName
{
color: #4F8AC1;
}
.AnyTagClassName
{
color: #4F8AC1;
}
</style>
background-color css
<style>
a { background-color: #4F8AC1; }
a { background-color: rgb(79,138,193); }
div.DivClassName
{
background-color: #4F8AC1;
}
.BgClassName
{
background-color: #4F8AC1;
}
</style>
border-color css
<style>
span { border-color: #4F8AC1; }
span { border-color: rgb(79,138,193); }
td.TdClassName
{
border-color: #4F8AC1;
}
.TagClassName
{
border-color: #4F8AC1;
}
</style>