Shades of Rich Blue #4E5EB6
Tints of Rich Blue #4E5EB6
RGB
CMYK
RGB Variations
Color information
#4E5EB6 (or 0x4E5EB6) is known color: Rich Blue. HEX triplet: 4E, 5E and B6. RGB value is (78,94,182). Sum of RGB (Red+Green+Blue) = 78+94+182=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E5EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5EB6 is #B1A149. Grayscale: #626262. Windows color (decimal): -11641162 or 11951694. OLE color: 11951694.
HSL color Cylindrical-coordinate representation of color #4E5EB6: hue angle of 230.77º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E5EB6 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 94 | 182 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.29 |
| HSL | 230.77º | 0.42% | 0.51% | - |
| HSV(B) | 230.77º | 0.57% | 0.71% | - |
| XYZ | 15.59 | 13 | 45.94 | - |
| YUV | 99.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 182 | 0.57 | 0.48 | 0 | 0.29 | 230.77 | 0.42 | 0.51 |
| Hex | 4E | 5E | B6 | 39 | 30 | 0 | 1D | E7 | 2A | 33 |
| Octal | 116 | 136 | 266 | 71 | 60 | 0 | 35 | 347 | 52 | 63 |
| Binary | 1001110 | 1011110 | 10110110 | 111001 | 110000 | 0 | 11101 | 11100111 | 101010 | 110011 |
Color Harmonies of #4E5EB6
Complementary color
Monochromatic Colors of #4E5EB6
Black with #4E5EB6
Text Example
Text Example
White with #4E5EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5EB6; }
p { color: rgb(78,94,182); }
H1.HeaderClassName
{
color: #4E5EB6;
}
.AnyTagClassName
{
color: #4E5EB6;
}
</style>
background-color css
<style>
a { background-color: #4E5EB6; }
a { background-color: rgb(78,94,182); }
div.DivClassName
{
background-color: #4E5EB6;
}
.BgClassName
{
background-color: #4E5EB6;
}
</style>
border-color css
<style>
span { border-color: #4E5EB6; }
span { border-color: rgb(78,94,182); }
td.TdClassName
{
border-color: #4E5EB6;
}
.TagClassName
{
border-color: #4E5EB6;
}
</style>