Shades of Rich Blue #4E40AC
Tints of Rich Blue #4E40AC
RGB
CMYK
RGB Variations
Color information
#4E40AC (or 0x4E40AC) is known color: Rich Blue. HEX triplet: 4E, 40 and AC. RGB value is (78,64,172). Sum of RGB (Red+Green+Blue) = 78+64+172=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E40AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40AC is #B1BF53. Grayscale: #505050. Windows color (decimal): -11648852 or 11288654. OLE color: 11288654.
HSL color Cylindrical-coordinate representation of color #4E40AC: hue angle of 247.78º 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 #4E40AC is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 64 | 172 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.33 |
| HSL | 247.78º | 0.46% | 0.46% | - |
| HSV(B) | 247.78º | 0.63% | 0.67% | - |
| XYZ | 12.42 | 8.27 | 39.97 | - |
| YUV | 80.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 172 | 0.55 | 0.63 | 0 | 0.33 | 247.78 | 0.46 | 0.46 |
| Hex | 4E | 40 | AC | 37 | 3F | 0 | 21 | F8 | 2E | 2E |
| Octal | 116 | 100 | 254 | 67 | 77 | 0 | 41 | 370 | 56 | 56 |
| Binary | 1001110 | 1000000 | 10101100 | 110111 | 111111 | 0 | 100001 | 11111000 | 101110 | 101110 |
Color Harmonies of #4E40AC
Complementary color
Monochromatic Colors of #4E40AC
Black with #4E40AC
Text Example
Text Example
White with #4E40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40AC; }
p { color: rgb(78,64,172); }
H1.HeaderClassName
{
color: #4E40AC;
}
.AnyTagClassName
{
color: #4E40AC;
}
</style>
background-color css
<style>
a { background-color: #4E40AC; }
a { background-color: rgb(78,64,172); }
div.DivClassName
{
background-color: #4E40AC;
}
.BgClassName
{
background-color: #4E40AC;
}
</style>
border-color css
<style>
span { border-color: #4E40AC; }
span { border-color: rgb(78,64,172); }
td.TdClassName
{
border-color: #4E40AC;
}
.TagClassName
{
border-color: #4E40AC;
}
</style>