Shades of Rich Blue #4D4AAA
Tints of Rich Blue #4D4AAA
RGB
CMYK
RGB Variations
Color information
#4D4AAA (or 0x4D4AAA) is known color: Rich Blue. HEX triplet: 4D, 4A and AA. RGB value is (77,74,170). Sum of RGB (Red+Green+Blue) = 77+74+170=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4AAA is #B2B555. Grayscale: #555555. Windows color (decimal): -11711830 or 11160141. OLE color: 11160141.
HSL color Cylindrical-coordinate representation of color #4D4AAA: hue angle of 241.88º 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 #4D4AAA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 74 | 170 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.33 |
| HSL | 241.88º | 0.39% | 0.48% | - |
| HSV(B) | 241.88º | 0.56% | 0.67% | - |
| XYZ | 12.77 | 9.38 | 39.17 | - |
| YUV | 85.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 170 | 0.55 | 0.56 | 0 | 0.33 | 241.88 | 0.39 | 0.48 |
| Hex | 4D | 4A | AA | 37 | 38 | 0 | 21 | F2 | 27 | 30 |
| Octal | 115 | 112 | 252 | 67 | 70 | 0 | 41 | 362 | 47 | 60 |
| Binary | 1001101 | 1001010 | 10101010 | 110111 | 111000 | 0 | 100001 | 11110010 | 100111 | 110000 |
Color Harmonies of #4D4AAA
Complementary color
Monochromatic Colors of #4D4AAA
Black with #4D4AAA
Text Example
Text Example
White with #4D4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AAA; }
p { color: rgb(77,74,170); }
H1.HeaderClassName
{
color: #4D4AAA;
}
.AnyTagClassName
{
color: #4D4AAA;
}
</style>
background-color css
<style>
a { background-color: #4D4AAA; }
a { background-color: rgb(77,74,170); }
div.DivClassName
{
background-color: #4D4AAA;
}
.BgClassName
{
background-color: #4D4AAA;
}
</style>
border-color css
<style>
span { border-color: #4D4AAA; }
span { border-color: rgb(77,74,170); }
td.TdClassName
{
border-color: #4D4AAA;
}
.TagClassName
{
border-color: #4D4AAA;
}
</style>