Shades of Rich Blue #4E4DBA
Tints of Rich Blue #4E4DBA
RGB
CMYK
RGB Variations
Color information
#4E4DBA (or 0x4E4DBA) is known color: Rich Blue. HEX triplet: 4E, 4D and BA. RGB value is (78,77,186). Sum of RGB (Red+Green+Blue) = 78+77+186=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBA is #B1B245. Grayscale: #595959. Windows color (decimal): -11645510 or 12209486. OLE color: 12209486.
HSL color Cylindrical-coordinate representation of color #4E4DBA: hue angle of 240.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4DBA is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 77 | 186 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.27 |
| HSL | 240.55º | 0.44% | 0.52% | - |
| HSV(B) | 240.55º | 0.59% | 0.73% | - |
| XYZ | 14.66 | 10.47 | 47.7 | - |
| YUV | 89.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 186 | 0.58 | 0.59 | 0 | 0.27 | 240.55 | 0.44 | 0.52 |
| Hex | 4E | 4D | BA | 3A | 3B | 0 | 1B | F1 | 2C | 34 |
| Octal | 116 | 115 | 272 | 72 | 73 | 0 | 33 | 361 | 54 | 64 |
| Binary | 1001110 | 1001101 | 10111010 | 111010 | 111011 | 0 | 11011 | 11110001 | 101100 | 110100 |
Color Harmonies of #4E4DBA
Complementary color
Monochromatic Colors of #4E4DBA
Black with #4E4DBA
Text Example
Text Example
White with #4E4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DBA; }
p { color: rgb(78,77,186); }
H1.HeaderClassName
{
color: #4E4DBA;
}
.AnyTagClassName
{
color: #4E4DBA;
}
</style>
background-color css
<style>
a { background-color: #4E4DBA; }
a { background-color: rgb(78,77,186); }
div.DivClassName
{
background-color: #4E4DBA;
}
.BgClassName
{
background-color: #4E4DBA;
}
</style>
border-color css
<style>
span { border-color: #4E4DBA; }
span { border-color: rgb(78,77,186); }
td.TdClassName
{
border-color: #4E4DBA;
}
.TagClassName
{
border-color: #4E4DBA;
}
</style>