Shades of Rich Blue #4E48B9
Tints of Rich Blue #4E48B9
RGB
CMYK
RGB Variations
Color information
#4E48B9 (or 0x4E48B9) is known color: Rich Blue. HEX triplet: 4E, 48 and B9. RGB value is (78,72,185). Sum of RGB (Red+Green+Blue) = 78+72+185=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E48B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48B9 is #B1B746. Grayscale: #565656. Windows color (decimal): -11646791 or 12142670. OLE color: 12142670.
HSL color Cylindrical-coordinate representation of color #4E48B9: hue angle of 243.19º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E48B9 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 72 | 185 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.27 |
| HSL | 243.19º | 0.45% | 0.5% | - |
| HSV(B) | 243.19º | 0.61% | 0.73% | - |
| XYZ | 14.22 | 9.76 | 47.03 | - |
| YUV | 86.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 185 | 0.58 | 0.61 | 0 | 0.27 | 243.19 | 0.45 | 0.5 |
| Hex | 4E | 48 | B9 | 3A | 3D | 0 | 1B | F3 | 2D | 32 |
| Octal | 116 | 110 | 271 | 72 | 75 | 0 | 33 | 363 | 55 | 62 |
| Binary | 1001110 | 1001000 | 10111001 | 111010 | 111101 | 0 | 11011 | 11110011 | 101101 | 110010 |
Color Harmonies of #4E48B9
Complementary color
Monochromatic Colors of #4E48B9
Black with #4E48B9
Text Example
Text Example
White with #4E48B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E48B9; }
p { color: rgb(78,72,185); }
H1.HeaderClassName
{
color: #4E48B9;
}
.AnyTagClassName
{
color: #4E48B9;
}
</style>
background-color css
<style>
a { background-color: #4E48B9; }
a { background-color: rgb(78,72,185); }
div.DivClassName
{
background-color: #4E48B9;
}
.BgClassName
{
background-color: #4E48B9;
}
</style>
border-color css
<style>
span { border-color: #4E48B9; }
span { border-color: rgb(78,72,185); }
td.TdClassName
{
border-color: #4E48B9;
}
.TagClassName
{
border-color: #4E48B9;
}
</style>