Shades of Rich Blue #4E4DAD
Tints of Rich Blue #4E4DAD
RGB
CMYK
RGB Variations
Color information
#4E4DAD (or 0x4E4DAD) is known color: Rich Blue. HEX triplet: 4E, 4D and AD. RGB value is (78,77,173). Sum of RGB (Red+Green+Blue) = 78+77+173=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DAD is #B1B252. Grayscale: #575757. Windows color (decimal): -11645523 or 11357518. OLE color: 11357518.
HSL color Cylindrical-coordinate representation of color #4E4DAD: hue angle of 240.62º 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 #4E4DAD is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 77 | 173 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.32 |
| HSL | 240.63º | 0.38% | 0.49% | - |
| HSV(B) | 240.63º | 0.55% | 0.68% | - |
| XYZ | 13.34 | 9.94 | 40.75 | - |
| YUV | 88.24 | 175.83 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 173 | 0.55 | 0.55 | 0 | 0.32 | 240.63 | 0.38 | 0.49 |
| Hex | 4E | 4D | AD | 37 | 37 | 0 | 20 | F1 | 26 | 31 |
| Octal | 116 | 115 | 255 | 67 | 67 | 0 | 40 | 361 | 46 | 61 |
| Binary | 1001110 | 1001101 | 10101101 | 110111 | 110111 | 0 | 100000 | 11110001 | 100110 | 110001 |
Color Harmonies of #4E4DAD
Complementary color
Monochromatic Colors of #4E4DAD
Black with #4E4DAD
Text Example
Text Example
White with #4E4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DAD; }
p { color: rgb(78,77,173); }
H1.HeaderClassName
{
color: #4E4DAD;
}
.AnyTagClassName
{
color: #4E4DAD;
}
</style>
background-color css
<style>
a { background-color: #4E4DAD; }
a { background-color: rgb(78,77,173); }
div.DivClassName
{
background-color: #4E4DAD;
}
.BgClassName
{
background-color: #4E4DAD;
}
</style>
border-color css
<style>
span { border-color: #4E4DAD; }
span { border-color: rgb(78,77,173); }
td.TdClassName
{
border-color: #4E4DAD;
}
.TagClassName
{
border-color: #4E4DAD;
}
</style>