Shades of Havelock Blue #4588CC
Tints of Havelock Blue #4588CC
RGB
CMYK
RGB Variations
Color information
#4588CC (or 0x4588CC) is known color: Havelock Blue. HEX triplet: 45, 88 and CC. RGB value is (69,136,204). Sum of RGB (Red+Green+Blue) = 69+136+204=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 136 (53.52% from 255 or 33.25% 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 #4588CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588CC is #BA7733. Grayscale: #7B7B7B. Windows color (decimal): -12220212 or 13404229. OLE color: 13404229.
HSL color Cylindrical-coordinate representation of color #4588CC: hue angle of 210.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4588CC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 136 | 204 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.2 |
| HSL | 210.22º | 0.57% | 0.54% | - |
| HSV(B) | 210.22º | 0.66% | 0.8% | - |
| XYZ | 22.16 | 23.23 | 60.44 | - |
| YUV | 123.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 204 | 0.66 | 0.33 | 0 | 0.2 | 210.22 | 0.57 | 0.54 |
| Hex | 45 | 88 | CC | 42 | 21 | 0 | 14 | D2 | 39 | 36 |
| Octal | 105 | 210 | 314 | 102 | 41 | 0 | 24 | 322 | 71 | 66 |
| Binary | 1000101 | 10001000 | 11001100 | 1000010 | 100001 | 0 | 10100 | 11010010 | 111001 | 110110 |
Color Harmonies of #4588CC
Complementary color
Monochromatic Colors of #4588CC
Black with #4588CC
Text Example
Text Example
White with #4588CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588CC; }
p { color: rgb(69,136,204); }
H1.HeaderClassName
{
color: #4588CC;
}
.AnyTagClassName
{
color: #4588CC;
}
</style>
background-color css
<style>
a { background-color: #4588CC; }
a { background-color: rgb(69,136,204); }
div.DivClassName
{
background-color: #4588CC;
}
.BgClassName
{
background-color: #4588CC;
}
</style>
border-color css
<style>
span { border-color: #4588CC; }
span { border-color: rgb(69,136,204); }
td.TdClassName
{
border-color: #4588CC;
}
.TagClassName
{
border-color: #4588CC;
}
</style>