Shades of Havelock Blue #4586CA
Tints of Havelock Blue #4586CA
RGB
CMYK
RGB Variations
Color information
#4586CA (or 0x4586CA) is known color: Havelock Blue. HEX triplet: 45, 86 and CA. RGB value is (69,134,202). Sum of RGB (Red+Green+Blue) = 69+134+202=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #4586CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586CA is #BA7935. Grayscale: #797979. Windows color (decimal): -12220726 or 13272645. OLE color: 13272645.
HSL color Cylindrical-coordinate representation of color #4586CA: hue angle of 210.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4586CA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 134 | 202 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.21 |
| HSL | 210.68º | 0.56% | 0.53% | - |
| HSV(B) | 210.68º | 0.66% | 0.79% | - |
| XYZ | 21.64 | 22.58 | 59.09 | - |
| YUV | 122.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 202 | 0.66 | 0.34 | 0 | 0.21 | 210.68 | 0.56 | 0.53 |
| Hex | 45 | 86 | CA | 42 | 22 | 0 | 15 | D3 | 38 | 35 |
| Octal | 105 | 206 | 312 | 102 | 42 | 0 | 25 | 323 | 70 | 65 |
| Binary | 1000101 | 10000110 | 11001010 | 1000010 | 100010 | 0 | 10101 | 11010011 | 111000 | 110101 |
Color Harmonies of #4586CA
Complementary color
Monochromatic Colors of #4586CA
Black with #4586CA
Text Example
Text Example
White with #4586CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4586CA; }
p { color: rgb(69,134,202); }
H1.HeaderClassName
{
color: #4586CA;
}
.AnyTagClassName
{
color: #4586CA;
}
</style>
background-color css
<style>
a { background-color: #4586CA; }
a { background-color: rgb(69,134,202); }
div.DivClassName
{
background-color: #4586CA;
}
.BgClassName
{
background-color: #4586CA;
}
</style>
border-color css
<style>
span { border-color: #4586CA; }
span { border-color: rgb(69,134,202); }
td.TdClassName
{
border-color: #4586CA;
}
.TagClassName
{
border-color: #4586CA;
}
</style>