Shades of Rich Blue #4D55AB
Tints of Rich Blue #4D55AB
RGB
CMYK
RGB Variations
Color information
#4D55AB (or 0x4D55AB) is known color: Rich Blue. HEX triplet: 4D, 55 and AB. RGB value is (77,85,171). Sum of RGB (Red+Green+Blue) = 77+85+171=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D55AB is #B2AA54. Grayscale: #5C5C5C. Windows color (decimal): -11709013 or 11228493. OLE color: 11228493.
HSL color Cylindrical-coordinate representation of color #4D55AB: hue angle of 234.89º 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 #4D55AB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 85 | 171 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.33 |
| HSL | 234.89º | 0.38% | 0.49% | - |
| HSV(B) | 234.89º | 0.55% | 0.67% | - |
| XYZ | 13.66 | 11.02 | 39.93 | - |
| YUV | 92.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 171 | 0.55 | 0.50 | 0 | 0.33 | 234.89 | 0.38 | 0.49 |
| Hex | 4D | 55 | AB | 37 | 32 | 0 | 21 | EB | 26 | 31 |
| Octal | 115 | 125 | 253 | 67 | 62 | 0 | 41 | 353 | 46 | 61 |
| Binary | 1001101 | 1010101 | 10101011 | 110111 | 110010 | 0 | 100001 | 11101011 | 100110 | 110001 |
Color Harmonies of #4D55AB
Complementary color
Monochromatic Colors of #4D55AB
Black with #4D55AB
Text Example
Text Example
White with #4D55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55AB; }
p { color: rgb(77,85,171); }
H1.HeaderClassName
{
color: #4D55AB;
}
.AnyTagClassName
{
color: #4D55AB;
}
</style>
background-color css
<style>
a { background-color: #4D55AB; }
a { background-color: rgb(77,85,171); }
div.DivClassName
{
background-color: #4D55AB;
}
.BgClassName
{
background-color: #4D55AB;
}
</style>
border-color css
<style>
span { border-color: #4D55AB; }
span { border-color: rgb(77,85,171); }
td.TdClassName
{
border-color: #4D55AB;
}
.TagClassName
{
border-color: #4D55AB;
}
</style>