Shades of Rich Blue #4D4AA9
Tints of Rich Blue #4D4AA9
RGB
CMYK
RGB Variations
Color information
#4D4AA9 (or 0x4D4AA9) is known color: Rich Blue. HEX triplet: 4D, 4A and A9. RGB value is (77,74,169). Sum of RGB (Red+Green+Blue) = 77+74+169=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 169 (66.41% from 255 or 52.81% from 320); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D4AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4AA9 is #B2B556. Grayscale: #555555. Windows color (decimal): -11711831 or 11094605. OLE color: 11094605.
HSL color Cylindrical-coordinate representation of color #4D4AA9: hue angle of 241.89º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4AA9 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 74 | 169 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.34 |
| HSL | 241.89º | 0.39% | 0.48% | - |
| HSV(B) | 241.89º | 0.56% | 0.66% | - |
| XYZ | 12.67 | 9.34 | 38.67 | - |
| YUV | 85.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 169 | 0.54 | 0.56 | 0 | 0.34 | 241.89 | 0.39 | 0.48 |
| Hex | 4D | 4A | A9 | 36 | 38 | 0 | 22 | F2 | 27 | 30 |
| Octal | 115 | 112 | 251 | 66 | 70 | 0 | 42 | 362 | 47 | 60 |
| Binary | 1001101 | 1001010 | 10101001 | 110110 | 111000 | 0 | 100010 | 11110010 | 100111 | 110000 |
Color Harmonies of #4D4AA9
Complementary color
Monochromatic Colors of #4D4AA9
Black with #4D4AA9
Text Example
Text Example
White with #4D4AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AA9; }
p { color: rgb(77,74,169); }
H1.HeaderClassName
{
color: #4D4AA9;
}
.AnyTagClassName
{
color: #4D4AA9;
}
</style>
background-color css
<style>
a { background-color: #4D4AA9; }
a { background-color: rgb(77,74,169); }
div.DivClassName
{
background-color: #4D4AA9;
}
.BgClassName
{
background-color: #4D4AA9;
}
</style>
border-color css
<style>
span { border-color: #4D4AA9; }
span { border-color: rgb(77,74,169); }
td.TdClassName
{
border-color: #4D4AA9;
}
.TagClassName
{
border-color: #4D4AA9;
}
</style>