Shades of Havelock Blue #4885CB
Tints of Havelock Blue #4885CB
RGB
CMYK
RGB Variations
Color information
#4885CB (or 0x4885CB) is known color: Havelock Blue. HEX triplet: 48, 85 and CB. RGB value is (72,133,203). Sum of RGB (Red+Green+Blue) = 72+133+203=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #4885CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CB is #B77A34. Grayscale: #7A7A7A. Windows color (decimal): -12024373 or 13337928. OLE color: 13337928.
HSL color Cylindrical-coordinate representation of color #4885CB: hue angle of 212.06º 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 #4885CB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 133 | 203 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.20 |
| HSL | 212.06º | 0.56% | 0.54% | - |
| HSV(B) | 212.06º | 0.65% | 0.8% | - |
| XYZ | 21.84 | 22.46 | 59.68 | - |
| YUV | 122.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 203 | 0.65 | 0.34 | 0 | 0.20 | 212.06 | 0.56 | 0.54 |
| Hex | 48 | 85 | CB | 41 | 22 | 0 | 14 | D4 | 38 | 36 |
| Octal | 110 | 205 | 313 | 101 | 42 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1001000 | 10000101 | 11001011 | 1000001 | 100010 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4885CB
Complementary color
Monochromatic Colors of #4885CB
Black with #4885CB
Text Example
Text Example
White with #4885CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885CB; }
p { color: rgb(72,133,203); }
H1.HeaderClassName
{
color: #4885CB;
}
.AnyTagClassName
{
color: #4885CB;
}
</style>
background-color css
<style>
a { background-color: #4885CB; }
a { background-color: rgb(72,133,203); }
div.DivClassName
{
background-color: #4885CB;
}
.BgClassName
{
background-color: #4885CB;
}
</style>
border-color css
<style>
span { border-color: #4885CB; }
span { border-color: rgb(72,133,203); }
td.TdClassName
{
border-color: #4885CB;
}
.TagClassName
{
border-color: #4885CB;
}
</style>