Shades of Havelock Blue #4579CE
Tints of Havelock Blue #4579CE
RGB
CMYK
RGB Variations
Color information
#4579CE (or 0x4579CE) is known color: Havelock Blue. HEX triplet: 45, 79 and CE. RGB value is (69,121,206). Sum of RGB (Red+Green+Blue) = 69+121+206=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #4579CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4579CE is #BA8631. Grayscale: #727272. Windows color (decimal): -12224050 or 13531461. OLE color: 13531461.
HSL color Cylindrical-coordinate representation of color #4579CE: hue angle of 217.23º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4579CE is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 121 | 206 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.19 |
| HSL | 217.23º | 0.58% | 0.54% | - |
| HSV(B) | 217.23º | 0.67% | 0.81% | - |
| XYZ | 20.43 | 19.4 | 61.06 | - |
| YUV | 115.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 121 | 206 | 0.67 | 0.41 | 0 | 0.19 | 217.23 | 0.58 | 0.54 |
| Hex | 45 | 79 | CE | 43 | 29 | 0 | 13 | D9 | 3A | 36 |
| Octal | 105 | 171 | 316 | 103 | 51 | 0 | 23 | 331 | 72 | 66 |
| Binary | 1000101 | 1111001 | 11001110 | 1000011 | 101001 | 0 | 10011 | 11011001 | 111010 | 110110 |
Color Harmonies of #4579CE
Complementary color
Monochromatic Colors of #4579CE
Black with #4579CE
Text Example
Text Example
White with #4579CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4579CE; }
p { color: rgb(69,121,206); }
H1.HeaderClassName
{
color: #4579CE;
}
.AnyTagClassName
{
color: #4579CE;
}
</style>
background-color css
<style>
a { background-color: #4579CE; }
a { background-color: rgb(69,121,206); }
div.DivClassName
{
background-color: #4579CE;
}
.BgClassName
{
background-color: #4579CE;
}
</style>
border-color css
<style>
span { border-color: #4579CE; }
span { border-color: rgb(69,121,206); }
td.TdClassName
{
border-color: #4579CE;
}
.TagClassName
{
border-color: #4579CE;
}
</style>