Shades of Rich Blue #4E40AB
Tints of Rich Blue #4E40AB
RGB
CMYK
RGB Variations
Color information
#4E40AB (or 0x4E40AB) is known color: Rich Blue. HEX triplet: 4E, 40 and AB. RGB value is (78,64,171). Sum of RGB (Red+Green+Blue) = 78+64+171=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40AB is #B1BF54. Grayscale: #4F4F4F. Windows color (decimal): -11648853 or 11223118. OLE color: 11223118.
HSL color Cylindrical-coordinate representation of color #4E40AB: hue angle of 247.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E40AB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 64 | 171 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.33 |
| HSL | 247.85º | 0.46% | 0.46% | - |
| HSV(B) | 247.85º | 0.63% | 0.67% | - |
| XYZ | 12.33 | 8.23 | 39.47 | - |
| YUV | 80.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 171 | 0.54 | 0.63 | 0 | 0.33 | 247.85 | 0.46 | 0.46 |
| Hex | 4E | 40 | AB | 36 | 3F | 0 | 21 | F8 | 2E | 2E |
| Octal | 116 | 100 | 253 | 66 | 77 | 0 | 41 | 370 | 56 | 56 |
| Binary | 1001110 | 1000000 | 10101011 | 110110 | 111111 | 0 | 100001 | 11111000 | 101110 | 101110 |
Color Harmonies of #4E40AB
Complementary color
Monochromatic Colors of #4E40AB
Black with #4E40AB
Text Example
Text Example
White with #4E40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40AB; }
p { color: rgb(78,64,171); }
H1.HeaderClassName
{
color: #4E40AB;
}
.AnyTagClassName
{
color: #4E40AB;
}
</style>
background-color css
<style>
a { background-color: #4E40AB; }
a { background-color: rgb(78,64,171); }
div.DivClassName
{
background-color: #4E40AB;
}
.BgClassName
{
background-color: #4E40AB;
}
</style>
border-color css
<style>
span { border-color: #4E40AB; }
span { border-color: rgb(78,64,171); }
td.TdClassName
{
border-color: #4E40AB;
}
.TagClassName
{
border-color: #4E40AB;
}
</style>