Shades of Rich Blue #4E4DAB
Tints of Rich Blue #4E4DAB
RGB
CMYK
RGB Variations
Color information
#4E4DAB (or 0x4E4DAB) is known color: Rich Blue. HEX triplet: 4E, 4D and AB. RGB value is (78,77,171). Sum of RGB (Red+Green+Blue) = 78+77+171=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DAB is #B1B254. Grayscale: #575757. Windows color (decimal): -11645525 or 11226446. OLE color: 11226446.
HSL color Cylindrical-coordinate representation of color #4E4DAB: hue angle of 240.64º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E4DAB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 77 | 171 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.33 |
| HSL | 240.64º | 0.38% | 0.49% | - |
| HSV(B) | 240.64º | 0.55% | 0.67% | - |
| XYZ | 13.15 | 9.87 | 39.74 | - |
| YUV | 88.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 171 | 0.54 | 0.55 | 0 | 0.33 | 240.64 | 0.38 | 0.49 |
| Hex | 4E | 4D | AB | 36 | 37 | 0 | 21 | F1 | 26 | 31 |
| Octal | 116 | 115 | 253 | 66 | 67 | 0 | 41 | 361 | 46 | 61 |
| Binary | 1001110 | 1001101 | 10101011 | 110110 | 110111 | 0 | 100001 | 11110001 | 100110 | 110001 |
Color Harmonies of #4E4DAB
Complementary color
Monochromatic Colors of #4E4DAB
Black with #4E4DAB
Text Example
Text Example
White with #4E4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DAB; }
p { color: rgb(78,77,171); }
H1.HeaderClassName
{
color: #4E4DAB;
}
.AnyTagClassName
{
color: #4E4DAB;
}
</style>
background-color css
<style>
a { background-color: #4E4DAB; }
a { background-color: rgb(78,77,171); }
div.DivClassName
{
background-color: #4E4DAB;
}
.BgClassName
{
background-color: #4E4DAB;
}
</style>
border-color css
<style>
span { border-color: #4E4DAB; }
span { border-color: rgb(78,77,171); }
td.TdClassName
{
border-color: #4E4DAB;
}
.TagClassName
{
border-color: #4E4DAB;
}
</style>