Shades of Havelock Blue #4885CE
Tints of Havelock Blue #4885CE
RGB
CMYK
RGB Variations
Color information
#4885CE (or 0x4885CE) is known color: Havelock Blue. HEX triplet: 48, 85 and CE. RGB value is (72,133,206). Sum of RGB (Red+Green+Blue) = 72+133+206=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #4885CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CE is #B77A31. Grayscale: #7A7A7A. Windows color (decimal): -12024370 or 13534536. OLE color: 13534536.
HSL color Cylindrical-coordinate representation of color #4885CE: hue angle of 212.69º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4885CE is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 133 | 206 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.19 |
| HSL | 212.69º | 0.58% | 0.55% | - |
| HSV(B) | 212.69º | 0.65% | 0.81% | - |
| XYZ | 22.2 | 22.61 | 61.59 | - |
| YUV | 123.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 206 | 0.65 | 0.35 | 0 | 0.19 | 212.69 | 0.58 | 0.55 |
| Hex | 48 | 85 | CE | 41 | 23 | 0 | 13 | D5 | 3A | 37 |
| Octal | 110 | 205 | 316 | 101 | 43 | 0 | 23 | 325 | 72 | 67 |
| Binary | 1001000 | 10000101 | 11001110 | 1000001 | 100011 | 0 | 10011 | 11010101 | 111010 | 110111 |
Color Harmonies of #4885CE
Complementary color
Monochromatic Colors of #4885CE
Black with #4885CE
Text Example
Text Example
White with #4885CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885CE; }
p { color: rgb(72,133,206); }
H1.HeaderClassName
{
color: #4885CE;
}
.AnyTagClassName
{
color: #4885CE;
}
</style>
background-color css
<style>
a { background-color: #4885CE; }
a { background-color: rgb(72,133,206); }
div.DivClassName
{
background-color: #4885CE;
}
.BgClassName
{
background-color: #4885CE;
}
</style>
border-color css
<style>
span { border-color: #4885CE; }
span { border-color: rgb(72,133,206); }
td.TdClassName
{
border-color: #4885CE;
}
.TagClassName
{
border-color: #4885CE;
}
</style>