Shades of Rich Blue #4E5BB4
Tints of Rich Blue #4E5BB4
RGB
CMYK
RGB Variations
Color information
#4E5BB4 (or 0x4E5BB4) is known color: Rich Blue. HEX triplet: 4E, 5B and B4. RGB value is (78,91,180). Sum of RGB (Red+Green+Blue) = 78+91+180=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #4E5BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5BB4 is #B1A44B. Grayscale: #606060. Windows color (decimal): -11641932 or 11819854. OLE color: 11819854.
HSL color Cylindrical-coordinate representation of color #4E5BB4: hue angle of 232.35º degrees, saturation: 0.4, 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 #4E5BB4 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 91 | 180 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.29 |
| HSL | 232.35º | 0.4% | 0.51% | - |
| HSV(B) | 232.35º | 0.57% | 0.71% | - |
| XYZ | 15.12 | 12.4 | 44.78 | - |
| YUV | 97.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 180 | 0.57 | 0.49 | 0 | 0.29 | 232.35 | 0.4 | 0.51 |
| Hex | 4E | 5B | B4 | 39 | 31 | 0 | 1D | E8 | 28 | 33 |
| Octal | 116 | 133 | 264 | 71 | 61 | 0 | 35 | 350 | 50 | 63 |
| Binary | 1001110 | 1011011 | 10110100 | 111001 | 110001 | 0 | 11101 | 11101000 | 101000 | 110011 |
Color Harmonies of #4E5BB4
Complementary color
Monochromatic Colors of #4E5BB4
Black with #4E5BB4
Text Example
Text Example
White with #4E5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BB4; }
p { color: rgb(78,91,180); }
H1.HeaderClassName
{
color: #4E5BB4;
}
.AnyTagClassName
{
color: #4E5BB4;
}
</style>
background-color css
<style>
a { background-color: #4E5BB4; }
a { background-color: rgb(78,91,180); }
div.DivClassName
{
background-color: #4E5BB4;
}
.BgClassName
{
background-color: #4E5BB4;
}
</style>
border-color css
<style>
span { border-color: #4E5BB4; }
span { border-color: rgb(78,91,180); }
td.TdClassName
{
border-color: #4E5BB4;
}
.TagClassName
{
border-color: #4E5BB4;
}
</style>