Shades of Rich Blue #4E4CB6
Tints of Rich Blue #4E4CB6
RGB
CMYK
RGB Variations
Color information
#4E4CB6 (or 0x4E4CB6) is known color: Rich Blue. HEX triplet: 4E, 4C and B6. RGB value is (78,76,182). Sum of RGB (Red+Green+Blue) = 78+76+182=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #4E4CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CB6 is #B1B349. Grayscale: #585858. Windows color (decimal): -11645770 or 11947086. OLE color: 11947086.
HSL color Cylindrical-coordinate representation of color #4E4CB6: hue angle of 241.13º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E4CB6 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 76 | 182 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.29 |
| HSL | 241.13º | 0.42% | 0.51% | - |
| HSV(B) | 241.13º | 0.58% | 0.71% | - |
| XYZ | 14.17 | 10.17 | 45.47 | - |
| YUV | 88.68 | 180.66 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 182 | 0.57 | 0.58 | 0 | 0.29 | 241.13 | 0.42 | 0.51 |
| Hex | 4E | 4C | B6 | 39 | 3A | 0 | 1D | F1 | 2A | 33 |
| Octal | 116 | 114 | 266 | 71 | 72 | 0 | 35 | 361 | 52 | 63 |
| Binary | 1001110 | 1001100 | 10110110 | 111001 | 111010 | 0 | 11101 | 11110001 | 101010 | 110011 |
Color Harmonies of #4E4CB6
Complementary color
Monochromatic Colors of #4E4CB6
Black with #4E4CB6
Text Example
Text Example
White with #4E4CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CB6; }
p { color: rgb(78,76,182); }
H1.HeaderClassName
{
color: #4E4CB6;
}
.AnyTagClassName
{
color: #4E4CB6;
}
</style>
background-color css
<style>
a { background-color: #4E4CB6; }
a { background-color: rgb(78,76,182); }
div.DivClassName
{
background-color: #4E4CB6;
}
.BgClassName
{
background-color: #4E4CB6;
}
</style>
border-color css
<style>
span { border-color: #4E4CB6; }
span { border-color: rgb(78,76,182); }
td.TdClassName
{
border-color: #4E4CB6;
}
.TagClassName
{
border-color: #4E4CB6;
}
</style>