Shades of Rich Blue #4E54B9
Tints of Rich Blue #4E54B9
RGB
CMYK
RGB Variations
Color information
#4E54B9 (or 0x4E54B9) is known color: Rich Blue. HEX triplet: 4E, 54 and B9. RGB value is (78,84,185). Sum of RGB (Red+Green+Blue) = 78+84+185=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E54B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E54B9 is #B1AB46. Grayscale: #5D5D5D. Windows color (decimal): -11643719 or 12145742. OLE color: 12145742.
HSL color Cylindrical-coordinate representation of color #4E54B9: hue angle of 236.64º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E54B9 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 84 | 185 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.27 |
| HSL | 236.64º | 0.43% | 0.52% | - |
| HSV(B) | 236.64º | 0.58% | 0.73% | - |
| XYZ | 15.07 | 11.46 | 47.32 | - |
| YUV | 93.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 185 | 0.58 | 0.55 | 0 | 0.27 | 236.64 | 0.43 | 0.52 |
| Hex | 4E | 54 | B9 | 3A | 37 | 0 | 1B | ED | 2B | 34 |
| Octal | 116 | 124 | 271 | 72 | 67 | 0 | 33 | 355 | 53 | 64 |
| Binary | 1001110 | 1010100 | 10111001 | 111010 | 110111 | 0 | 11011 | 11101101 | 101011 | 110100 |
Color Harmonies of #4E54B9
Complementary color
Monochromatic Colors of #4E54B9
Black with #4E54B9
Text Example
Text Example
White with #4E54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E54B9; }
p { color: rgb(78,84,185); }
H1.HeaderClassName
{
color: #4E54B9;
}
.AnyTagClassName
{
color: #4E54B9;
}
</style>
background-color css
<style>
a { background-color: #4E54B9; }
a { background-color: rgb(78,84,185); }
div.DivClassName
{
background-color: #4E54B9;
}
.BgClassName
{
background-color: #4E54B9;
}
</style>
border-color css
<style>
span { border-color: #4E54B9; }
span { border-color: rgb(78,84,185); }
td.TdClassName
{
border-color: #4E54B9;
}
.TagClassName
{
border-color: #4E54B9;
}
</style>