Shades of Rich Blue #4E4DBB
Tints of Rich Blue #4E4DBB
RGB
CMYK
RGB Variations
Color information
#4E4DBB (or 0x4E4DBB) is known color: Rich Blue. HEX triplet: 4E, 4D and BB. RGB value is (78,77,187). Sum of RGB (Red+Green+Blue) = 78+77+187=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBB is #B1B244. Grayscale: #595959. Windows color (decimal): -11645509 or 12275022. OLE color: 12275022.
HSL color Cylindrical-coordinate representation of color #4E4DBB: hue angle of 240.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4DBB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 77 | 187 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.27 |
| HSL | 240.55º | 0.45% | 0.52% | - |
| HSV(B) | 240.55º | 0.59% | 0.73% | - |
| XYZ | 14.77 | 10.52 | 48.27 | - |
| YUV | 89.84 | 182.83 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 187 | 0.58 | 0.59 | 0 | 0.27 | 240.55 | 0.45 | 0.52 |
| Hex | 4E | 4D | BB | 3A | 3B | 0 | 1B | F1 | 2D | 34 |
| Octal | 116 | 115 | 273 | 72 | 73 | 0 | 33 | 361 | 55 | 64 |
| Binary | 1001110 | 1001101 | 10111011 | 111010 | 111011 | 0 | 11011 | 11110001 | 101101 | 110100 |
Color Harmonies of #4E4DBB
Complementary color
Monochromatic Colors of #4E4DBB
Black with #4E4DBB
Text Example
Text Example
White with #4E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DBB; }
p { color: rgb(78,77,187); }
H1.HeaderClassName
{
color: #4E4DBB;
}
.AnyTagClassName
{
color: #4E4DBB;
}
</style>
background-color css
<style>
a { background-color: #4E4DBB; }
a { background-color: rgb(78,77,187); }
div.DivClassName
{
background-color: #4E4DBB;
}
.BgClassName
{
background-color: #4E4DBB;
}
</style>
border-color css
<style>
span { border-color: #4E4DBB; }
span { border-color: rgb(78,77,187); }
td.TdClassName
{
border-color: #4E4DBB;
}
.TagClassName
{
border-color: #4E4DBB;
}
</style>