Shades of Rich Blue #4E4CB3
Tints of Rich Blue #4E4CB3
RGB
CMYK
RGB Variations
Color information
#4E4CB3 (or 0x4E4CB3) is known color: Rich Blue. HEX triplet: 4E, 4C and B3. RGB value is (78,76,179). Sum of RGB (Red+Green+Blue) = 78+76+179=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E4CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CB3 is #B1B34C. Grayscale: #575757. Windows color (decimal): -11645773 or 11750478. OLE color: 11750478.
HSL color Cylindrical-coordinate representation of color #4E4CB3: hue angle of 241.17º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4CB3 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 76 | 179 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.30 |
| HSL | 241.17º | 0.4% | 0.5% | - |
| HSV(B) | 241.17º | 0.58% | 0.7% | - |
| XYZ | 13.86 | 10.04 | 43.86 | - |
| YUV | 88.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 179 | 0.56 | 0.58 | 0 | 0.30 | 241.17 | 0.4 | 0.5 |
| Hex | 4E | 4C | B3 | 38 | 3A | 0 | 1E | F1 | 28 | 32 |
| Octal | 116 | 114 | 263 | 70 | 72 | 0 | 36 | 361 | 50 | 62 |
| Binary | 1001110 | 1001100 | 10110011 | 111000 | 111010 | 0 | 11110 | 11110001 | 101000 | 110010 |
Color Harmonies of #4E4CB3
Complementary color
Monochromatic Colors of #4E4CB3
Black with #4E4CB3
Text Example
Text Example
White with #4E4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CB3; }
p { color: rgb(78,76,179); }
H1.HeaderClassName
{
color: #4E4CB3;
}
.AnyTagClassName
{
color: #4E4CB3;
}
</style>
background-color css
<style>
a { background-color: #4E4CB3; }
a { background-color: rgb(78,76,179); }
div.DivClassName
{
background-color: #4E4CB3;
}
.BgClassName
{
background-color: #4E4CB3;
}
</style>
border-color css
<style>
span { border-color: #4E4CB3; }
span { border-color: rgb(78,76,179); }
td.TdClassName
{
border-color: #4E4CB3;
}
.TagClassName
{
border-color: #4E4CB3;
}
</style>