Shades of Havelock Blue #4886CC
Tints of Havelock Blue #4886CC
RGB
CMYK
RGB Variations
Color information
#4886CC (or 0x4886CC) is known color: Havelock Blue. HEX triplet: 48, 86 and CC. RGB value is (72,134,204). Sum of RGB (Red+Green+Blue) = 72+134+204=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #4886CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886CC is #B77933. Grayscale: #7B7B7B. Windows color (decimal): -12024116 or 13403720. OLE color: 13403720.
HSL color Cylindrical-coordinate representation of color #4886CC: hue angle of 211.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4886CC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 134 | 204 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.2 |
| HSL | 211.82º | 0.56% | 0.54% | - |
| HSV(B) | 211.82º | 0.65% | 0.8% | - |
| XYZ | 22.1 | 22.79 | 60.36 | - |
| YUV | 123.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 204 | 0.65 | 0.34 | 0 | 0.2 | 211.82 | 0.56 | 0.54 |
| Hex | 48 | 86 | CC | 41 | 22 | 0 | 14 | D4 | 38 | 36 |
| Octal | 110 | 206 | 314 | 101 | 42 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1001000 | 10000110 | 11001100 | 1000001 | 100010 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4886CC
Complementary color
Monochromatic Colors of #4886CC
Black with #4886CC
Text Example
Text Example
White with #4886CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4886CC; }
p { color: rgb(72,134,204); }
H1.HeaderClassName
{
color: #4886CC;
}
.AnyTagClassName
{
color: #4886CC;
}
</style>
background-color css
<style>
a { background-color: #4886CC; }
a { background-color: rgb(72,134,204); }
div.DivClassName
{
background-color: #4886CC;
}
.BgClassName
{
background-color: #4886CC;
}
</style>
border-color css
<style>
span { border-color: #4886CC; }
span { border-color: rgb(72,134,204); }
td.TdClassName
{
border-color: #4886CC;
}
.TagClassName
{
border-color: #4886CC;
}
</style>