Shades of Rich Blue #4D53AA
Tints of Rich Blue #4D53AA
RGB
CMYK
RGB Variations
Color information
#4D53AA (or 0x4D53AA) is known color: Rich Blue. HEX triplet: 4D, 53 and AA. RGB value is (77,83,170). Sum of RGB (Red+Green+Blue) = 77+83+170=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D53AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D53AA is #B2AC55. Grayscale: #5A5A5A. Windows color (decimal): -11709526 or 11162445. OLE color: 11162445.
HSL color Cylindrical-coordinate representation of color #4D53AA: hue angle of 236.13º 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 #4D53AA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 83 | 170 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.33 |
| HSL | 236.13º | 0.38% | 0.48% | - |
| HSV(B) | 236.13º | 0.55% | 0.67% | - |
| XYZ | 13.41 | 10.67 | 39.38 | - |
| YUV | 91.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 170 | 0.55 | 0.51 | 0 | 0.33 | 236.13 | 0.38 | 0.48 |
| Hex | 4D | 53 | AA | 37 | 33 | 0 | 21 | EC | 26 | 30 |
| Octal | 115 | 123 | 252 | 67 | 63 | 0 | 41 | 354 | 46 | 60 |
| Binary | 1001101 | 1010011 | 10101010 | 110111 | 110011 | 0 | 100001 | 11101100 | 100110 | 110000 |
Color Harmonies of #4D53AA
Complementary color
Monochromatic Colors of #4D53AA
Black with #4D53AA
Text Example
Text Example
White with #4D53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D53AA; }
p { color: rgb(77,83,170); }
H1.HeaderClassName
{
color: #4D53AA;
}
.AnyTagClassName
{
color: #4D53AA;
}
</style>
background-color css
<style>
a { background-color: #4D53AA; }
a { background-color: rgb(77,83,170); }
div.DivClassName
{
background-color: #4D53AA;
}
.BgClassName
{
background-color: #4D53AA;
}
</style>
border-color css
<style>
span { border-color: #4D53AA; }
span { border-color: rgb(77,83,170); }
td.TdClassName
{
border-color: #4D53AA;
}
.TagClassName
{
border-color: #4D53AA;
}
</style>