Shades of Havelock Blue #4577C4
Tints of Havelock Blue #4577C4
RGB
CMYK
RGB Variations
Color information
#4577C4 (or 0x4577C4) is known color: Havelock Blue. HEX triplet: 45, 77 and C4. RGB value is (69,119,196). Sum of RGB (Red+Green+Blue) = 69+119+196=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #4577C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577C4 is #BA883B. Grayscale: #707070. Windows color (decimal): -12224572 or 12875589. OLE color: 12875589.
HSL color Cylindrical-coordinate representation of color #4577C4: hue angle of 216.38º 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 #4577C4 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 119 | 196 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.23 |
| HSL | 216.38º | 0.52% | 0.52% | - |
| HSV(B) | 216.38º | 0.65% | 0.77% | - |
| XYZ | 19.01 | 18.44 | 54.78 | - |
| YUV | 112.83 | 174.94 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 119 | 196 | 0.65 | 0.39 | 0 | 0.23 | 216.38 | 0.52 | 0.52 |
| Hex | 45 | 77 | C4 | 41 | 27 | 0 | 17 | D8 | 34 | 34 |
| Octal | 105 | 167 | 304 | 101 | 47 | 0 | 27 | 330 | 64 | 64 |
| Binary | 1000101 | 1110111 | 11000100 | 1000001 | 100111 | 0 | 10111 | 11011000 | 110100 | 110100 |
Color Harmonies of #4577C4
Complementary color
Monochromatic Colors of #4577C4
Black with #4577C4
Text Example
Text Example
White with #4577C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4577C4; }
p { color: rgb(69,119,196); }
H1.HeaderClassName
{
color: #4577C4;
}
.AnyTagClassName
{
color: #4577C4;
}
</style>
background-color css
<style>
a { background-color: #4577C4; }
a { background-color: rgb(69,119,196); }
div.DivClassName
{
background-color: #4577C4;
}
.BgClassName
{
background-color: #4577C4;
}
</style>
border-color css
<style>
span { border-color: #4577C4; }
span { border-color: rgb(69,119,196); }
td.TdClassName
{
border-color: #4577C4;
}
.TagClassName
{
border-color: #4577C4;
}
</style>