Shades of Rich Blue #4D56AB
Tints of Rich Blue #4D56AB
RGB
CMYK
RGB Variations
Color information
#4D56AB (or 0x4D56AB) is known color: Rich Blue. HEX triplet: 4D, 56 and AB. RGB value is (77,86,171). Sum of RGB (Red+Green+Blue) = 77+86+171=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D56AB is #B2A954. Grayscale: #5C5C5C. Windows color (decimal): -11708757 or 11228749. OLE color: 11228749.
HSL color Cylindrical-coordinate representation of color #4D56AB: hue angle of 234.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D56AB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 86 | 171 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.33 |
| HSL | 234.26º | 0.38% | 0.49% | - |
| HSV(B) | 234.26º | 0.55% | 0.67% | - |
| XYZ | 13.74 | 11.17 | 39.96 | - |
| YUV | 93 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 171 | 0.55 | 0.50 | 0 | 0.33 | 234.26 | 0.38 | 0.49 |
| Hex | 4D | 56 | AB | 37 | 32 | 0 | 21 | EA | 26 | 31 |
| Octal | 115 | 126 | 253 | 67 | 62 | 0 | 41 | 352 | 46 | 61 |
| Binary | 1001101 | 1010110 | 10101011 | 110111 | 110010 | 0 | 100001 | 11101010 | 100110 | 110001 |
Color Harmonies of #4D56AB
Complementary color
Monochromatic Colors of #4D56AB
Black with #4D56AB
Text Example
Text Example
White with #4D56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D56AB; }
p { color: rgb(77,86,171); }
H1.HeaderClassName
{
color: #4D56AB;
}
.AnyTagClassName
{
color: #4D56AB;
}
</style>
background-color css
<style>
a { background-color: #4D56AB; }
a { background-color: rgb(77,86,171); }
div.DivClassName
{
background-color: #4D56AB;
}
.BgClassName
{
background-color: #4D56AB;
}
</style>
border-color css
<style>
span { border-color: #4D56AB; }
span { border-color: rgb(77,86,171); }
td.TdClassName
{
border-color: #4D56AB;
}
.TagClassName
{
border-color: #4D56AB;
}
</style>