Shades of Rich Blue #4E48BC
Tints of Rich Blue #4E48BC
RGB
CMYK
RGB Variations
Color information
#4E48BC (or 0x4E48BC) is known color: Rich Blue. HEX triplet: 4E, 48 and BC. RGB value is (78,72,188). Sum of RGB (Red+Green+Blue) = 78+72+188=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E48BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E48BC is #B1B743. Grayscale: #565656. Windows color (decimal): -11646788 or 12339278. OLE color: 12339278.
HSL color Cylindrical-coordinate representation of color #4E48BC: hue angle of 243.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E48BC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 72 | 188 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.26 |
| HSL | 243.1º | 0.46% | 0.51% | - |
| HSV(B) | 243.1º | 0.62% | 0.74% | - |
| XYZ | 14.54 | 9.89 | 48.72 | - |
| YUV | 87.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 188 | 0.59 | 0.62 | 0 | 0.26 | 243.1 | 0.46 | 0.51 |
| Hex | 4E | 48 | BC | 3B | 3E | 0 | 1A | F3 | 2E | 33 |
| Octal | 116 | 110 | 274 | 73 | 76 | 0 | 32 | 363 | 56 | 63 |
| Binary | 1001110 | 1001000 | 10111100 | 111011 | 111110 | 0 | 11010 | 11110011 | 101110 | 110011 |
Color Harmonies of #4E48BC
Complementary color
Monochromatic Colors of #4E48BC
Black with #4E48BC
Text Example
Text Example
White with #4E48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E48BC; }
p { color: rgb(78,72,188); }
H1.HeaderClassName
{
color: #4E48BC;
}
.AnyTagClassName
{
color: #4E48BC;
}
</style>
background-color css
<style>
a { background-color: #4E48BC; }
a { background-color: rgb(78,72,188); }
div.DivClassName
{
background-color: #4E48BC;
}
.BgClassName
{
background-color: #4E48BC;
}
</style>
border-color css
<style>
span { border-color: #4E48BC; }
span { border-color: rgb(78,72,188); }
td.TdClassName
{
border-color: #4E48BC;
}
.TagClassName
{
border-color: #4E48BC;
}
</style>