Shades of Havelock Blue #4582CC
Tints of Havelock Blue #4582CC
RGB
CMYK
RGB Variations
Color information
#4582CC (or 0x4582CC) is known color: Havelock Blue. HEX triplet: 45, 82 and CC. RGB value is (69,130,204). Sum of RGB (Red+Green+Blue) = 69+130+204=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4582CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4582CC is #BA7D33. Grayscale: #777777. Windows color (decimal): -12221748 or 13402693. OLE color: 13402693.
HSL color Cylindrical-coordinate representation of color #4582CC: hue angle of 212.89º 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 #4582CC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 130 | 204 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.2 |
| HSL | 212.89º | 0.57% | 0.54% | - |
| HSV(B) | 212.89º | 0.66% | 0.8% | - |
| XYZ | 21.34 | 21.59 | 60.17 | - |
| YUV | 120.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 204 | 0.66 | 0.36 | 0 | 0.2 | 212.89 | 0.57 | 0.54 |
| Hex | 45 | 82 | CC | 42 | 24 | 0 | 14 | D5 | 39 | 36 |
| Octal | 105 | 202 | 314 | 102 | 44 | 0 | 24 | 325 | 71 | 66 |
| Binary | 1000101 | 10000010 | 11001100 | 1000010 | 100100 | 0 | 10100 | 11010101 | 111001 | 110110 |
Color Harmonies of #4582CC
Complementary color
Monochromatic Colors of #4582CC
Black with #4582CC
Text Example
Text Example
White with #4582CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4582CC; }
p { color: rgb(69,130,204); }
H1.HeaderClassName
{
color: #4582CC;
}
.AnyTagClassName
{
color: #4582CC;
}
</style>
background-color css
<style>
a { background-color: #4582CC; }
a { background-color: rgb(69,130,204); }
div.DivClassName
{
background-color: #4582CC;
}
.BgClassName
{
background-color: #4582CC;
}
</style>
border-color css
<style>
span { border-color: #4582CC; }
span { border-color: rgb(69,130,204); }
td.TdClassName
{
border-color: #4582CC;
}
.TagClassName
{
border-color: #4582CC;
}
</style>