Shades of Rich Blue #4D5EAA
Tints of Rich Blue #4D5EAA
RGB
CMYK
RGB Variations
Color information
#4D5EAA (or 0x4D5EAA) is known color: Rich Blue. HEX triplet: 4D, 5E and AA. RGB value is (77,94,170). Sum of RGB (Red+Green+Blue) = 77+94+170=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5EAA is #B2A155. Grayscale: #616161. Windows color (decimal): -11706710 or 11165261. OLE color: 11165261.
HSL color Cylindrical-coordinate representation of color #4D5EAA: hue angle of 229.03º 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 #4D5EAA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 94 | 170 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.33 |
| HSL | 229.03º | 0.38% | 0.48% | - |
| HSV(B) | 229.03º | 0.55% | 0.67% | - |
| XYZ | 14.32 | 12.49 | 39.69 | - |
| YUV | 97.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 170 | 0.55 | 0.45 | 0 | 0.33 | 229.03 | 0.38 | 0.48 |
| Hex | 4D | 5E | AA | 37 | 2D | 0 | 21 | E5 | 26 | 30 |
| Octal | 115 | 136 | 252 | 67 | 55 | 0 | 41 | 345 | 46 | 60 |
| Binary | 1001101 | 1011110 | 10101010 | 110111 | 101101 | 0 | 100001 | 11100101 | 100110 | 110000 |
Color Harmonies of #4D5EAA
Complementary color
Monochromatic Colors of #4D5EAA
Black with #4D5EAA
Text Example
Text Example
White with #4D5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5EAA; }
p { color: rgb(77,94,170); }
H1.HeaderClassName
{
color: #4D5EAA;
}
.AnyTagClassName
{
color: #4D5EAA;
}
</style>
background-color css
<style>
a { background-color: #4D5EAA; }
a { background-color: rgb(77,94,170); }
div.DivClassName
{
background-color: #4D5EAA;
}
.BgClassName
{
background-color: #4D5EAA;
}
</style>
border-color css
<style>
span { border-color: #4D5EAA; }
span { border-color: rgb(77,94,170); }
td.TdClassName
{
border-color: #4D5EAA;
}
.TagClassName
{
border-color: #4D5EAA;
}
</style>