Shades of Rich Blue #4D56AA
Tints of Rich Blue #4D56AA
RGB
CMYK
RGB Variations
Color information
#4D56AA (or 0x4D56AA) is known color: Rich Blue. HEX triplet: 4D, 56 and AA. RGB value is (77,86,170). Sum of RGB (Red+Green+Blue) = 77+86+170=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D56AA is #B2A955. Grayscale: #5C5C5C. Windows color (decimal): -11708758 or 11163213. OLE color: 11163213.
HSL color Cylindrical-coordinate representation of color #4D56AA: hue angle of 234.19º 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 #4D56AA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 86 | 170 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.33 |
| HSL | 234.19º | 0.38% | 0.48% | - |
| HSV(B) | 234.19º | 0.55% | 0.67% | - |
| XYZ | 13.64 | 11.14 | 39.46 | - |
| YUV | 92.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 170 | 0.55 | 0.49 | 0 | 0.33 | 234.19 | 0.38 | 0.48 |
| Hex | 4D | 56 | AA | 37 | 31 | 0 | 21 | EA | 26 | 30 |
| Octal | 115 | 126 | 252 | 67 | 61 | 0 | 41 | 352 | 46 | 60 |
| Binary | 1001101 | 1010110 | 10101010 | 110111 | 110001 | 0 | 100001 | 11101010 | 100110 | 110000 |
Color Harmonies of #4D56AA
Complementary color
Monochromatic Colors of #4D56AA
Black with #4D56AA
Text Example
Text Example
White with #4D56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D56AA; }
p { color: rgb(77,86,170); }
H1.HeaderClassName
{
color: #4D56AA;
}
.AnyTagClassName
{
color: #4D56AA;
}
</style>
background-color css
<style>
a { background-color: #4D56AA; }
a { background-color: rgb(77,86,170); }
div.DivClassName
{
background-color: #4D56AA;
}
.BgClassName
{
background-color: #4D56AA;
}
</style>
border-color css
<style>
span { border-color: #4D56AA; }
span { border-color: rgb(77,86,170); }
td.TdClassName
{
border-color: #4D56AA;
}
.TagClassName
{
border-color: #4D56AA;
}
</style>