Shades of Rich Blue #4D56AD
Tints of Rich Blue #4D56AD
RGB
CMYK
RGB Variations
Color information
#4D56AD (or 0x4D56AD) is known color: Rich Blue. HEX triplet: 4D, 56 and AD. RGB value is (77,86,173). Sum of RGB (Red+Green+Blue) = 77+86+173=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D56AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D56AD is #B2A952. Grayscale: #5C5C5C. Windows color (decimal): -11708755 or 11359821. OLE color: 11359821.
HSL color Cylindrical-coordinate representation of color #4D56AD: hue angle of 234.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D56AD is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 86 | 173 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.32 |
| HSL | 234.38º | 0.38% | 0.49% | - |
| HSV(B) | 234.38º | 0.55% | 0.68% | - |
| XYZ | 13.93 | 11.25 | 40.97 | - |
| YUV | 93.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 173 | 0.55 | 0.50 | 0 | 0.32 | 234.38 | 0.38 | 0.49 |
| Hex | 4D | 56 | AD | 37 | 32 | 0 | 20 | EA | 26 | 31 |
| Octal | 115 | 126 | 255 | 67 | 62 | 0 | 40 | 352 | 46 | 61 |
| Binary | 1001101 | 1010110 | 10101101 | 110111 | 110010 | 0 | 100000 | 11101010 | 100110 | 110001 |
Color Harmonies of #4D56AD
Complementary color
Monochromatic Colors of #4D56AD
Black with #4D56AD
Text Example
Text Example
White with #4D56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D56AD; }
p { color: rgb(77,86,173); }
H1.HeaderClassName
{
color: #4D56AD;
}
.AnyTagClassName
{
color: #4D56AD;
}
</style>
background-color css
<style>
a { background-color: #4D56AD; }
a { background-color: rgb(77,86,173); }
div.DivClassName
{
background-color: #4D56AD;
}
.BgClassName
{
background-color: #4D56AD;
}
</style>
border-color css
<style>
span { border-color: #4D56AD; }
span { border-color: rgb(77,86,173); }
td.TdClassName
{
border-color: #4D56AD;
}
.TagClassName
{
border-color: #4D56AD;
}
</style>