Shades of Rich Blue #4D4EAA
Tints of Rich Blue #4D4EAA
RGB
CMYK
RGB Variations
Color information
#4D4EAA (or 0x4D4EAA) is known color: Rich Blue. HEX triplet: 4D, 4E and AA. RGB value is (77,78,170). Sum of RGB (Red+Green+Blue) = 77+78+170=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4EAA is #B2B155. Grayscale: #575757. Windows color (decimal): -11710806 or 11161165. OLE color: 11161165.
HSL color Cylindrical-coordinate representation of color #4D4EAA: hue angle of 239.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4EAA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 78 | 170 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.33 |
| HSL | 239.35º | 0.38% | 0.48% | - |
| HSV(B) | 239.35º | 0.55% | 0.67% | - |
| XYZ | 13.04 | 9.93 | 39.26 | - |
| YUV | 88.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 170 | 0.55 | 0.54 | 0 | 0.33 | 239.35 | 0.38 | 0.48 |
| Hex | 4D | 4E | AA | 37 | 36 | 0 | 21 | EF | 26 | 30 |
| Octal | 115 | 116 | 252 | 67 | 66 | 0 | 41 | 357 | 46 | 60 |
| Binary | 1001101 | 1001110 | 10101010 | 110111 | 110110 | 0 | 100001 | 11101111 | 100110 | 110000 |
Color Harmonies of #4D4EAA
Complementary color
Monochromatic Colors of #4D4EAA
Black with #4D4EAA
Text Example
Text Example
White with #4D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EAA; }
p { color: rgb(77,78,170); }
H1.HeaderClassName
{
color: #4D4EAA;
}
.AnyTagClassName
{
color: #4D4EAA;
}
</style>
background-color css
<style>
a { background-color: #4D4EAA; }
a { background-color: rgb(77,78,170); }
div.DivClassName
{
background-color: #4D4EAA;
}
.BgClassName
{
background-color: #4D4EAA;
}
</style>
border-color css
<style>
span { border-color: #4D4EAA; }
span { border-color: rgb(77,78,170); }
td.TdClassName
{
border-color: #4D4EAA;
}
.TagClassName
{
border-color: #4D4EAA;
}
</style>