Shades of Havelock Blue #4588CB
Tints of Havelock Blue #4588CB
RGB
CMYK
RGB Variations
Color information
#4588CB (or 0x4588CB) is known color: Havelock Blue. HEX triplet: 45, 88 and CB. RGB value is (69,136,203). Sum of RGB (Red+Green+Blue) = 69+136+203=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 136 (53.52% from 255 or 33.33% 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 #4588CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588CB is #BA7734. Grayscale: #7B7B7B. Windows color (decimal): -12220213 or 13338693. OLE color: 13338693.
HSL color Cylindrical-coordinate representation of color #4588CB: hue angle of 210º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4588CB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 136 | 203 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.20 |
| HSL | 210º | 0.56% | 0.53% | - |
| HSV(B) | 210º | 0.66% | 0.8% | - |
| XYZ | 22.04 | 23.19 | 59.81 | - |
| YUV | 123.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 203 | 0.66 | 0.33 | 0 | 0.20 | 210 | 0.56 | 0.53 |
| Hex | 45 | 88 | CB | 42 | 21 | 0 | 14 | D2 | 38 | 35 |
| Octal | 105 | 210 | 313 | 102 | 41 | 0 | 24 | 322 | 70 | 65 |
| Binary | 1000101 | 10001000 | 11001011 | 1000010 | 100001 | 0 | 10100 | 11010010 | 111000 | 110101 |
Color Harmonies of #4588CB
Complementary color
Monochromatic Colors of #4588CB
Black with #4588CB
Text Example
Text Example
White with #4588CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588CB; }
p { color: rgb(69,136,203); }
H1.HeaderClassName
{
color: #4588CB;
}
.AnyTagClassName
{
color: #4588CB;
}
</style>
background-color css
<style>
a { background-color: #4588CB; }
a { background-color: rgb(69,136,203); }
div.DivClassName
{
background-color: #4588CB;
}
.BgClassName
{
background-color: #4588CB;
}
</style>
border-color css
<style>
span { border-color: #4588CB; }
span { border-color: rgb(69,136,203); }
td.TdClassName
{
border-color: #4588CB;
}
.TagClassName
{
border-color: #4588CB;
}
</style>