Shades of Rich Blue #4D4AAE
Tints of Rich Blue #4D4AAE
RGB
CMYK
RGB Variations
Color information
#4D4AAE (or 0x4D4AAE) is known color: Rich Blue. HEX triplet: 4D, 4A and AE. RGB value is (77,74,174). Sum of RGB (Red+Green+Blue) = 77+74+174=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4AAE is #B2B551. Grayscale: #555555. Windows color (decimal): -11711826 or 11422285. OLE color: 11422285.
HSL color Cylindrical-coordinate representation of color #4D4AAE: hue angle of 241.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4AAE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 74 | 174 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.32 |
| HSL | 241.8º | 0.4% | 0.49% | - |
| HSV(B) | 241.8º | 0.57% | 0.68% | - |
| XYZ | 13.15 | 9.53 | 41.19 | - |
| YUV | 86.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 174 | 0.56 | 0.57 | 0 | 0.32 | 241.8 | 0.4 | 0.49 |
| Hex | 4D | 4A | AE | 38 | 39 | 0 | 20 | F2 | 28 | 31 |
| Octal | 115 | 112 | 256 | 70 | 71 | 0 | 40 | 362 | 50 | 61 |
| Binary | 1001101 | 1001010 | 10101110 | 111000 | 111001 | 0 | 100000 | 11110010 | 101000 | 110001 |
Color Harmonies of #4D4AAE
Complementary color
Monochromatic Colors of #4D4AAE
Black with #4D4AAE
Text Example
Text Example
White with #4D4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AAE; }
p { color: rgb(77,74,174); }
H1.HeaderClassName
{
color: #4D4AAE;
}
.AnyTagClassName
{
color: #4D4AAE;
}
</style>
background-color css
<style>
a { background-color: #4D4AAE; }
a { background-color: rgb(77,74,174); }
div.DivClassName
{
background-color: #4D4AAE;
}
.BgClassName
{
background-color: #4D4AAE;
}
</style>
border-color css
<style>
span { border-color: #4D4AAE; }
span { border-color: rgb(77,74,174); }
td.TdClassName
{
border-color: #4D4AAE;
}
.TagClassName
{
border-color: #4D4AAE;
}
</style>