Shades of Rich Blue #4E4AAA
Tints of Rich Blue #4E4AAA
RGB
CMYK
RGB Variations
Color information
#4E4AAA (or 0x4E4AAA) is known color: Rich Blue. HEX triplet: 4E, 4A and AA. RGB value is (78,74,170). Sum of RGB (Red+Green+Blue) = 78+74+170=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4AAA is #B1B555. Grayscale: #555555. Windows color (decimal): -11646294 or 11160142. OLE color: 11160142.
HSL color Cylindrical-coordinate representation of color #4E4AAA: hue angle of 242.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4AAA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 74 | 170 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.33 |
| HSL | 242.5º | 0.39% | 0.48% | - |
| HSV(B) | 242.5º | 0.56% | 0.67% | - |
| XYZ | 12.85 | 9.42 | 39.17 | - |
| YUV | 86.14 | 175.33 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 170 | 0.54 | 0.56 | 0 | 0.33 | 242.5 | 0.39 | 0.48 |
| Hex | 4E | 4A | AA | 36 | 38 | 0 | 21 | F2 | 27 | 30 |
| Octal | 116 | 112 | 252 | 66 | 70 | 0 | 41 | 362 | 47 | 60 |
| Binary | 1001110 | 1001010 | 10101010 | 110110 | 111000 | 0 | 100001 | 11110010 | 100111 | 110000 |
Color Harmonies of #4E4AAA
Complementary color
Monochromatic Colors of #4E4AAA
Black with #4E4AAA
Text Example
Text Example
White with #4E4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4AAA; }
p { color: rgb(78,74,170); }
H1.HeaderClassName
{
color: #4E4AAA;
}
.AnyTagClassName
{
color: #4E4AAA;
}
</style>
background-color css
<style>
a { background-color: #4E4AAA; }
a { background-color: rgb(78,74,170); }
div.DivClassName
{
background-color: #4E4AAA;
}
.BgClassName
{
background-color: #4E4AAA;
}
</style>
border-color css
<style>
span { border-color: #4E4AAA; }
span { border-color: rgb(78,74,170); }
td.TdClassName
{
border-color: #4E4AAA;
}
.TagClassName
{
border-color: #4E4AAA;
}
</style>