Shades of Havelock Blue #4575CA
Tints of Havelock Blue #4575CA
RGB
CMYK
RGB Variations
Color information
#4575CA (or 0x4575CA) is known color: Havelock Blue. HEX triplet: 45, 75 and CA. RGB value is (69,117,202). Sum of RGB (Red+Green+Blue) = 69+117+202=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4575CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575CA is #BA8A35. Grayscale: #6F6F6F. Windows color (decimal): -12225078 or 13268293. OLE color: 13268293.
HSL color Cylindrical-coordinate representation of color #4575CA: hue angle of 218.35º 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 #4575CA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 117 | 202 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.21 |
| HSL | 218.35º | 0.56% | 0.53% | - |
| HSV(B) | 218.35º | 0.66% | 0.79% | - |
| XYZ | 19.48 | 18.25 | 58.37 | - |
| YUV | 112.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 202 | 0.66 | 0.42 | 0 | 0.21 | 218.35 | 0.56 | 0.53 |
| Hex | 45 | 75 | CA | 42 | 2A | 0 | 15 | DA | 38 | 35 |
| Octal | 105 | 165 | 312 | 102 | 52 | 0 | 25 | 332 | 70 | 65 |
| Binary | 1000101 | 1110101 | 11001010 | 1000010 | 101010 | 0 | 10101 | 11011010 | 111000 | 110101 |
Color Harmonies of #4575CA
Complementary color
Monochromatic Colors of #4575CA
Black with #4575CA
Text Example
Text Example
White with #4575CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575CA; }
p { color: rgb(69,117,202); }
H1.HeaderClassName
{
color: #4575CA;
}
.AnyTagClassName
{
color: #4575CA;
}
</style>
background-color css
<style>
a { background-color: #4575CA; }
a { background-color: rgb(69,117,202); }
div.DivClassName
{
background-color: #4575CA;
}
.BgClassName
{
background-color: #4575CA;
}
</style>
border-color css
<style>
span { border-color: #4575CA; }
span { border-color: rgb(69,117,202); }
td.TdClassName
{
border-color: #4575CA;
}
.TagClassName
{
border-color: #4575CA;
}
</style>