Shades of Rich Blue #4E41BE
Tints of Rich Blue #4E41BE
RGB
CMYK
RGB Variations
Color information
#4E41BE (or 0x4E41BE) is known color: Rich Blue. HEX triplet: 4E, 41 and BE. RGB value is (78,65,190). Sum of RGB (Red+Green+Blue) = 78+65+190=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41BE is #B1BE41. Grayscale: #525252. Windows color (decimal): -11648578 or 12468558. OLE color: 12468558.
HSL color Cylindrical-coordinate representation of color #4E41BE: hue angle of 246.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E41BE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 65 | 190 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.25 |
| HSL | 246.24º | 0.49% | 0.5% | - |
| HSV(B) | 246.24º | 0.66% | 0.75% | - |
| XYZ | 14.33 | 9.12 | 49.72 | - |
| YUV | 83.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 190 | 0.59 | 0.66 | 0 | 0.25 | 246.24 | 0.49 | 0.5 |
| Hex | 4E | 41 | BE | 3B | 42 | 0 | 19 | F6 | 31 | 32 |
| Octal | 116 | 101 | 276 | 73 | 102 | 0 | 31 | 366 | 61 | 62 |
| Binary | 1001110 | 1000001 | 10111110 | 111011 | 1000010 | 0 | 11001 | 11110110 | 110001 | 110010 |
Color Harmonies of #4E41BE
Complementary color
Monochromatic Colors of #4E41BE
Black with #4E41BE
Text Example
Text Example
White with #4E41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E41BE; }
p { color: rgb(78,65,190); }
H1.HeaderClassName
{
color: #4E41BE;
}
.AnyTagClassName
{
color: #4E41BE;
}
</style>
background-color css
<style>
a { background-color: #4E41BE; }
a { background-color: rgb(78,65,190); }
div.DivClassName
{
background-color: #4E41BE;
}
.BgClassName
{
background-color: #4E41BE;
}
</style>
border-color css
<style>
span { border-color: #4E41BE; }
span { border-color: rgb(78,65,190); }
td.TdClassName
{
border-color: #4E41BE;
}
.TagClassName
{
border-color: #4E41BE;
}
</style>