Shades of Rich Blue #4E5BAE
Tints of Rich Blue #4E5BAE
RGB
CMYK
RGB Variations
Color information
#4E5BAE (or 0x4E5BAE) is known color: Rich Blue. HEX triplet: 4E, 5B and AE. RGB value is (78,91,174). Sum of RGB (Red+Green+Blue) = 78+91+174=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5BAE is #B1A451. Grayscale: #606060. Windows color (decimal): -11641938 or 11426638. OLE color: 11426638.
HSL color Cylindrical-coordinate representation of color #4E5BAE: hue angle of 231.88º 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 #4E5BAE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 91 | 174 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.32 |
| HSL | 231.88º | 0.38% | 0.49% | - |
| HSV(B) | 231.88º | 0.55% | 0.68% | - |
| XYZ | 14.52 | 12.16 | 41.63 | - |
| YUV | 96.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 174 | 0.55 | 0.48 | 0 | 0.32 | 231.88 | 0.38 | 0.49 |
| Hex | 4E | 5B | AE | 37 | 30 | 0 | 20 | E8 | 26 | 31 |
| Octal | 116 | 133 | 256 | 67 | 60 | 0 | 40 | 350 | 46 | 61 |
| Binary | 1001110 | 1011011 | 10101110 | 110111 | 110000 | 0 | 100000 | 11101000 | 100110 | 110001 |
Color Harmonies of #4E5BAE
Complementary color
Monochromatic Colors of #4E5BAE
Black with #4E5BAE
Text Example
Text Example
White with #4E5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BAE; }
p { color: rgb(78,91,174); }
H1.HeaderClassName
{
color: #4E5BAE;
}
.AnyTagClassName
{
color: #4E5BAE;
}
</style>
background-color css
<style>
a { background-color: #4E5BAE; }
a { background-color: rgb(78,91,174); }
div.DivClassName
{
background-color: #4E5BAE;
}
.BgClassName
{
background-color: #4E5BAE;
}
</style>
border-color css
<style>
span { border-color: #4E5BAE; }
span { border-color: rgb(78,91,174); }
td.TdClassName
{
border-color: #4E5BAE;
}
.TagClassName
{
border-color: #4E5BAE;
}
</style>