Shades of Havelock Blue #4885CC
Tints of Havelock Blue #4885CC
RGB
CMYK
RGB Variations
Color information
#4885CC (or 0x4885CC) is known color: Havelock Blue. HEX triplet: 48, 85 and CC. RGB value is (72,133,204). Sum of RGB (Red+Green+Blue) = 72+133+204=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #4885CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CC is #B77A33. Grayscale: #7A7A7A. Windows color (decimal): -12024372 or 13403464. OLE color: 13403464.
HSL color Cylindrical-coordinate representation of color #4885CC: hue angle of 212.27º 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 #4885CC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 133 | 204 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.2 |
| HSL | 212.27º | 0.56% | 0.54% | - |
| HSV(B) | 212.27º | 0.65% | 0.8% | - |
| XYZ | 21.96 | 22.51 | 60.31 | - |
| YUV | 122.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 204 | 0.65 | 0.35 | 0 | 0.2 | 212.27 | 0.56 | 0.54 |
| Hex | 48 | 85 | CC | 41 | 23 | 0 | 14 | D4 | 38 | 36 |
| Octal | 110 | 205 | 314 | 101 | 43 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1001000 | 10000101 | 11001100 | 1000001 | 100011 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4885CC
Complementary color
Monochromatic Colors of #4885CC
Black with #4885CC
Text Example
Text Example
White with #4885CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885CC; }
p { color: rgb(72,133,204); }
H1.HeaderClassName
{
color: #4885CC;
}
.AnyTagClassName
{
color: #4885CC;
}
</style>
background-color css
<style>
a { background-color: #4885CC; }
a { background-color: rgb(72,133,204); }
div.DivClassName
{
background-color: #4885CC;
}
.BgClassName
{
background-color: #4885CC;
}
</style>
border-color css
<style>
span { border-color: #4885CC; }
span { border-color: rgb(72,133,204); }
td.TdClassName
{
border-color: #4885CC;
}
.TagClassName
{
border-color: #4885CC;
}
</style>