Shades of Havelock Blue #4576CA
Tints of Havelock Blue #4576CA
RGB
CMYK
RGB Variations
Color information
#4576CA (or 0x4576CA) is known color: Havelock Blue. HEX triplet: 45, 76 and CA. RGB value is (69,118,202). Sum of RGB (Red+Green+Blue) = 69+118+202=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #4576CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576CA is #BA8935. Grayscale: #707070. Windows color (decimal): -12224822 or 13268549. OLE color: 13268549.
HSL color Cylindrical-coordinate representation of color #4576CA: hue angle of 217.89º 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 #4576CA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 118 | 202 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.21 |
| HSL | 217.89º | 0.56% | 0.53% | - |
| HSV(B) | 217.89º | 0.66% | 0.79% | - |
| XYZ | 19.59 | 18.49 | 58.41 | - |
| YUV | 112.93 | 178.27 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 202 | 0.66 | 0.42 | 0 | 0.21 | 217.89 | 0.56 | 0.53 |
| Hex | 45 | 76 | CA | 42 | 2A | 0 | 15 | DA | 38 | 35 |
| Octal | 105 | 166 | 312 | 102 | 52 | 0 | 25 | 332 | 70 | 65 |
| Binary | 1000101 | 1110110 | 11001010 | 1000010 | 101010 | 0 | 10101 | 11011010 | 111000 | 110101 |
Color Harmonies of #4576CA
Complementary color
Monochromatic Colors of #4576CA
Black with #4576CA
Text Example
Text Example
White with #4576CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576CA; }
p { color: rgb(69,118,202); }
H1.HeaderClassName
{
color: #4576CA;
}
.AnyTagClassName
{
color: #4576CA;
}
</style>
background-color css
<style>
a { background-color: #4576CA; }
a { background-color: rgb(69,118,202); }
div.DivClassName
{
background-color: #4576CA;
}
.BgClassName
{
background-color: #4576CA;
}
</style>
border-color css
<style>
span { border-color: #4576CA; }
span { border-color: rgb(69,118,202); }
td.TdClassName
{
border-color: #4576CA;
}
.TagClassName
{
border-color: #4576CA;
}
</style>