Shades of Rich Blue #4E56AD
Tints of Rich Blue #4E56AD
RGB
CMYK
RGB Variations
Color information
#4E56AD (or 0x4E56AD) is known color: Rich Blue. HEX triplet: 4E, 56 and AD. RGB value is (78,86,173). Sum of RGB (Red+Green+Blue) = 78+86+173=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E56AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E56AD is #B1A952. Grayscale: #5D5D5D. Windows color (decimal): -11643219 or 11359822. OLE color: 11359822.
HSL color Cylindrical-coordinate representation of color #4E56AD: hue angle of 234.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E56AD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 86 | 173 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.32 |
| HSL | 234.95º | 0.38% | 0.49% | - |
| HSV(B) | 234.95º | 0.55% | 0.68% | - |
| XYZ | 14.01 | 11.29 | 40.98 | - |
| YUV | 93.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 173 | 0.55 | 0.50 | 0 | 0.32 | 234.95 | 0.38 | 0.49 |
| Hex | 4E | 56 | AD | 37 | 32 | 0 | 20 | EB | 26 | 31 |
| Octal | 116 | 126 | 255 | 67 | 62 | 0 | 40 | 353 | 46 | 61 |
| Binary | 1001110 | 1010110 | 10101101 | 110111 | 110010 | 0 | 100000 | 11101011 | 100110 | 110001 |
Color Harmonies of #4E56AD
Complementary color
Monochromatic Colors of #4E56AD
Black with #4E56AD
Text Example
Text Example
White with #4E56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E56AD; }
p { color: rgb(78,86,173); }
H1.HeaderClassName
{
color: #4E56AD;
}
.AnyTagClassName
{
color: #4E56AD;
}
</style>
background-color css
<style>
a { background-color: #4E56AD; }
a { background-color: rgb(78,86,173); }
div.DivClassName
{
background-color: #4E56AD;
}
.BgClassName
{
background-color: #4E56AD;
}
</style>
border-color css
<style>
span { border-color: #4E56AD; }
span { border-color: rgb(78,86,173); }
td.TdClassName
{
border-color: #4E56AD;
}
.TagClassName
{
border-color: #4E56AD;
}
</style>