Shades of Rich Blue #4E59AF
Tints of Rich Blue #4E59AF
RGB
CMYK
RGB Variations
Color information
#4E59AF (or 0x4E59AF) is known color: Rich Blue. HEX triplet: 4E, 59 and AF. RGB value is (78,89,175). Sum of RGB (Red+Green+Blue) = 78+89+175=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E59AF is #B1A650. Grayscale: #5F5F5F. Windows color (decimal): -11642449 or 11491662. OLE color: 11491662.
HSL color Cylindrical-coordinate representation of color #4E59AF: hue angle of 233.2º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E59AF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 89 | 175 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.31 |
| HSL | 233.2º | 0.38% | 0.5% | - |
| HSV(B) | 233.2º | 0.55% | 0.69% | - |
| XYZ | 14.45 | 11.86 | 42.08 | - |
| YUV | 95.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 175 | 0.55 | 0.49 | 0 | 0.31 | 233.2 | 0.38 | 0.5 |
| Hex | 4E | 59 | AF | 37 | 31 | 0 | 1F | E9 | 26 | 32 |
| Octal | 116 | 131 | 257 | 67 | 61 | 0 | 37 | 351 | 46 | 62 |
| Binary | 1001110 | 1011001 | 10101111 | 110111 | 110001 | 0 | 11111 | 11101001 | 100110 | 110010 |
Color Harmonies of #4E59AF
Complementary color
Monochromatic Colors of #4E59AF
Black with #4E59AF
Text Example
Text Example
White with #4E59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E59AF; }
p { color: rgb(78,89,175); }
H1.HeaderClassName
{
color: #4E59AF;
}
.AnyTagClassName
{
color: #4E59AF;
}
</style>
background-color css
<style>
a { background-color: #4E59AF; }
a { background-color: rgb(78,89,175); }
div.DivClassName
{
background-color: #4E59AF;
}
.BgClassName
{
background-color: #4E59AF;
}
</style>
border-color css
<style>
span { border-color: #4E59AF; }
span { border-color: rgb(78,89,175); }
td.TdClassName
{
border-color: #4E59AF;
}
.TagClassName
{
border-color: #4E59AF;
}
</style>