Shades of Havelock Blue #4582CE
Tints of Havelock Blue #4582CE
RGB
CMYK
RGB Variations
Color information
#4582CE (or 0x4582CE) is known color: Havelock Blue. HEX triplet: 45, 82 and CE. RGB value is (69,130,206). Sum of RGB (Red+Green+Blue) = 69+130+206=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4582CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4582CE is #BA7D31. Grayscale: #787878. Windows color (decimal): -12221746 or 13533765. OLE color: 13533765.
HSL color Cylindrical-coordinate representation of color #4582CE: hue angle of 213.28º degrees, saturation: 0.58, 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 #4582CE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 130 | 206 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.19 |
| HSL | 213.28º | 0.58% | 0.54% | - |
| HSV(B) | 213.28º | 0.67% | 0.81% | - |
| XYZ | 21.58 | 21.69 | 61.44 | - |
| YUV | 120.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 206 | 0.67 | 0.37 | 0 | 0.19 | 213.28 | 0.58 | 0.54 |
| Hex | 45 | 82 | CE | 43 | 25 | 0 | 13 | D5 | 3A | 36 |
| Octal | 105 | 202 | 316 | 103 | 45 | 0 | 23 | 325 | 72 | 66 |
| Binary | 1000101 | 10000010 | 11001110 | 1000011 | 100101 | 0 | 10011 | 11010101 | 111010 | 110110 |
Color Harmonies of #4582CE
Complementary color
Monochromatic Colors of #4582CE
Black with #4582CE
Text Example
Text Example
White with #4582CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4582CE; }
p { color: rgb(69,130,206); }
H1.HeaderClassName
{
color: #4582CE;
}
.AnyTagClassName
{
color: #4582CE;
}
</style>
background-color css
<style>
a { background-color: #4582CE; }
a { background-color: rgb(69,130,206); }
div.DivClassName
{
background-color: #4582CE;
}
.BgClassName
{
background-color: #4582CE;
}
</style>
border-color css
<style>
span { border-color: #4582CE; }
span { border-color: rgb(69,130,206); }
td.TdClassName
{
border-color: #4582CE;
}
.TagClassName
{
border-color: #4582CE;
}
</style>