Shades of Havelock Blue #4575C9
Tints of Havelock Blue #4575C9
RGB
CMYK
RGB Variations
Color information
#4575C9 (or 0x4575C9) is known color: Havelock Blue. HEX triplet: 45, 75 and C9. RGB value is (69,117,201). Sum of RGB (Red+Green+Blue) = 69+117+201=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #4575C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575C9 is #BA8A36. Grayscale: #6F6F6F. Windows color (decimal): -12225079 or 13202757. OLE color: 13202757.
HSL color Cylindrical-coordinate representation of color #4575C9: hue angle of 218.18º degrees, saturation: 0.55, 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 #4575C9 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 117 | 201 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.21 |
| HSL | 218.18º | 0.55% | 0.53% | - |
| HSV(B) | 218.18º | 0.66% | 0.79% | - |
| XYZ | 19.36 | 18.2 | 57.75 | - |
| YUV | 112.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 201 | 0.66 | 0.42 | 0 | 0.21 | 218.18 | 0.55 | 0.53 |
| Hex | 45 | 75 | C9 | 42 | 2A | 0 | 15 | DA | 37 | 35 |
| Octal | 105 | 165 | 311 | 102 | 52 | 0 | 25 | 332 | 67 | 65 |
| Binary | 1000101 | 1110101 | 11001001 | 1000010 | 101010 | 0 | 10101 | 11011010 | 110111 | 110101 |
Color Harmonies of #4575C9
Complementary color
Monochromatic Colors of #4575C9
Black with #4575C9
Text Example
Text Example
White with #4575C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575C9; }
p { color: rgb(69,117,201); }
H1.HeaderClassName
{
color: #4575C9;
}
.AnyTagClassName
{
color: #4575C9;
}
</style>
background-color css
<style>
a { background-color: #4575C9; }
a { background-color: rgb(69,117,201); }
div.DivClassName
{
background-color: #4575C9;
}
.BgClassName
{
background-color: #4575C9;
}
</style>
border-color css
<style>
span { border-color: #4575C9; }
span { border-color: rgb(69,117,201); }
td.TdClassName
{
border-color: #4575C9;
}
.TagClassName
{
border-color: #4575C9;
}
</style>