Shades of Havelock Blue #4571C4
Tints of Havelock Blue #4571C4
RGB
CMYK
RGB Variations
Color information
#4571C4 (or 0x4571C4) is known color: Havelock Blue. HEX triplet: 45, 71 and C4. RGB value is (69,113,196). Sum of RGB (Red+Green+Blue) = 69+113+196=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #4571C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571C4 is #BA8E3B. Grayscale: #6C6C6C. Windows color (decimal): -12226108 or 12874053. OLE color: 12874053.
HSL color Cylindrical-coordinate representation of color #4571C4: hue angle of 219.21º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4571C4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 113 | 196 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.23 |
| HSL | 219.21º | 0.52% | 0.52% | - |
| HSV(B) | 219.21º | 0.65% | 0.77% | - |
| XYZ | 18.32 | 17.06 | 54.55 | - |
| YUV | 109.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 196 | 0.65 | 0.42 | 0 | 0.23 | 219.21 | 0.52 | 0.52 |
| Hex | 45 | 71 | C4 | 41 | 2A | 0 | 17 | DB | 34 | 34 |
| Octal | 105 | 161 | 304 | 101 | 52 | 0 | 27 | 333 | 64 | 64 |
| Binary | 1000101 | 1110001 | 11000100 | 1000001 | 101010 | 0 | 10111 | 11011011 | 110100 | 110100 |
Color Harmonies of #4571C4
Complementary color
Monochromatic Colors of #4571C4
Black with #4571C4
Text Example
Text Example
White with #4571C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4571C4; }
p { color: rgb(69,113,196); }
H1.HeaderClassName
{
color: #4571C4;
}
.AnyTagClassName
{
color: #4571C4;
}
</style>
background-color css
<style>
a { background-color: #4571C4; }
a { background-color: rgb(69,113,196); }
div.DivClassName
{
background-color: #4571C4;
}
.BgClassName
{
background-color: #4571C4;
}
</style>
border-color css
<style>
span { border-color: #4571C4; }
span { border-color: rgb(69,113,196); }
td.TdClassName
{
border-color: #4571C4;
}
.TagClassName
{
border-color: #4571C4;
}
</style>