Shades of Rich Blue #4D55AA
Tints of Rich Blue #4D55AA
RGB
CMYK
RGB Variations
Color information
#4D55AA (or 0x4D55AA) is known color: Rich Blue. HEX triplet: 4D, 55 and AA. RGB value is (77,85,170). Sum of RGB (Red+Green+Blue) = 77+85+170=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D55AA is #B2AA55. Grayscale: #5B5B5B. Windows color (decimal): -11709014 or 11162957. OLE color: 11162957.
HSL color Cylindrical-coordinate representation of color #4D55AA: hue angle of 234.84º 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 #4D55AA is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 85 | 170 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.33 |
| HSL | 234.84º | 0.38% | 0.48% | - |
| HSV(B) | 234.84º | 0.55% | 0.67% | - |
| XYZ | 13.56 | 10.98 | 39.43 | - |
| YUV | 92.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 170 | 0.55 | 0.50 | 0 | 0.33 | 234.84 | 0.38 | 0.48 |
| Hex | 4D | 55 | AA | 37 | 32 | 0 | 21 | EB | 26 | 30 |
| Octal | 115 | 125 | 252 | 67 | 62 | 0 | 41 | 353 | 46 | 60 |
| Binary | 1001101 | 1010101 | 10101010 | 110111 | 110010 | 0 | 100001 | 11101011 | 100110 | 110000 |
Color Harmonies of #4D55AA
Complementary color
Monochromatic Colors of #4D55AA
Black with #4D55AA
Text Example
Text Example
White with #4D55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55AA; }
p { color: rgb(77,85,170); }
H1.HeaderClassName
{
color: #4D55AA;
}
.AnyTagClassName
{
color: #4D55AA;
}
</style>
background-color css
<style>
a { background-color: #4D55AA; }
a { background-color: rgb(77,85,170); }
div.DivClassName
{
background-color: #4D55AA;
}
.BgClassName
{
background-color: #4D55AA;
}
</style>
border-color css
<style>
span { border-color: #4D55AA; }
span { border-color: rgb(77,85,170); }
td.TdClassName
{
border-color: #4D55AA;
}
.TagClassName
{
border-color: #4D55AA;
}
</style>