Shades of Havelock Blue #4588CF
Tints of Havelock Blue #4588CF
RGB
CMYK
RGB Variations
Color information
#4588CF (or 0x4588CF) is known color: Havelock Blue. HEX triplet: 45, 88 and CF. RGB value is (69,136,207). Sum of RGB (Red+Green+Blue) = 69+136+207=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #4588CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4588CF is #BA7730. Grayscale: #7B7B7B. Windows color (decimal): -12220209 or 13600837. OLE color: 13600837.
HSL color Cylindrical-coordinate representation of color #4588CF: hue angle of 210.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4588CF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 136 | 207 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.19 |
| HSL | 210.87º | 0.59% | 0.54% | - |
| HSV(B) | 210.87º | 0.67% | 0.81% | - |
| XYZ | 22.52 | 23.38 | 62.36 | - |
| YUV | 124.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 136 | 207 | 0.67 | 0.34 | 0 | 0.19 | 210.87 | 0.59 | 0.54 |
| Hex | 45 | 88 | CF | 43 | 22 | 0 | 13 | D3 | 3B | 36 |
| Octal | 105 | 210 | 317 | 103 | 42 | 0 | 23 | 323 | 73 | 66 |
| Binary | 1000101 | 10001000 | 11001111 | 1000011 | 100010 | 0 | 10011 | 11010011 | 111011 | 110110 |
Color Harmonies of #4588CF
Complementary color
Monochromatic Colors of #4588CF
Black with #4588CF
Text Example
Text Example
White with #4588CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4588CF; }
p { color: rgb(69,136,207); }
H1.HeaderClassName
{
color: #4588CF;
}
.AnyTagClassName
{
color: #4588CF;
}
</style>
background-color css
<style>
a { background-color: #4588CF; }
a { background-color: rgb(69,136,207); }
div.DivClassName
{
background-color: #4588CF;
}
.BgClassName
{
background-color: #4588CF;
}
</style>
border-color css
<style>
span { border-color: #4588CF; }
span { border-color: rgb(69,136,207); }
td.TdClassName
{
border-color: #4588CF;
}
.TagClassName
{
border-color: #4588CF;
}
</style>