Shades of Rich Blue #4E46BB
Tints of Rich Blue #4E46BB
RGB
CMYK
RGB Variations
Color information
#4E46BB (or 0x4E46BB) is known color: Rich Blue. HEX triplet: 4E, 46 and BB. RGB value is (78,70,187). Sum of RGB (Red+Green+Blue) = 78+70+187=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E46BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E46BB is #B1B944. Grayscale: #555555. Windows color (decimal): -11647301 or 12273230. OLE color: 12273230.
HSL color Cylindrical-coordinate representation of color #4E46BB: hue angle of 244.1º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E46BB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 70 | 187 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.27 |
| HSL | 244.1º | 0.46% | 0.5% | - |
| HSV(B) | 244.1º | 0.63% | 0.73% | - |
| XYZ | 14.3 | 9.59 | 48.11 | - |
| YUV | 85.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 187 | 0.58 | 0.63 | 0 | 0.27 | 244.1 | 0.46 | 0.5 |
| Hex | 4E | 46 | BB | 3A | 3F | 0 | 1B | F4 | 2E | 32 |
| Octal | 116 | 106 | 273 | 72 | 77 | 0 | 33 | 364 | 56 | 62 |
| Binary | 1001110 | 1000110 | 10111011 | 111010 | 111111 | 0 | 11011 | 11110100 | 101110 | 110010 |
Color Harmonies of #4E46BB
Complementary color
Monochromatic Colors of #4E46BB
Black with #4E46BB
Text Example
Text Example
White with #4E46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E46BB; }
p { color: rgb(78,70,187); }
H1.HeaderClassName
{
color: #4E46BB;
}
.AnyTagClassName
{
color: #4E46BB;
}
</style>
background-color css
<style>
a { background-color: #4E46BB; }
a { background-color: rgb(78,70,187); }
div.DivClassName
{
background-color: #4E46BB;
}
.BgClassName
{
background-color: #4E46BB;
}
</style>
border-color css
<style>
span { border-color: #4E46BB; }
span { border-color: rgb(78,70,187); }
td.TdClassName
{
border-color: #4E46BB;
}
.TagClassName
{
border-color: #4E46BB;
}
</style>