Shades of Rich Blue #4D45AA
Tints of Rich Blue #4D45AA
RGB
CMYK
RGB Variations
Color information
#4D45AA (or 0x4D45AA) is known color: Rich Blue. HEX triplet: 4D, 45 and AA. RGB value is (77,69,170). Sum of RGB (Red+Green+Blue) = 77+69+170=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D45AA is #B2BA55. Grayscale: #525252. Windows color (decimal): -11713110 or 11158861. OLE color: 11158861.
HSL color Cylindrical-coordinate representation of color #4D45AA: hue angle of 244.75º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D45AA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 69 | 170 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.33 |
| HSL | 244.75º | 0.42% | 0.47% | - |
| HSV(B) | 244.75º | 0.59% | 0.67% | - |
| XYZ | 12.44 | 8.74 | 39.06 | - |
| YUV | 82.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 170 | 0.55 | 0.59 | 0 | 0.33 | 244.75 | 0.42 | 0.47 |
| Hex | 4D | 45 | AA | 37 | 3B | 0 | 21 | F5 | 2A | 2F |
| Octal | 115 | 105 | 252 | 67 | 73 | 0 | 41 | 365 | 52 | 57 |
| Binary | 1001101 | 1000101 | 10101010 | 110111 | 111011 | 0 | 100001 | 11110101 | 101010 | 101111 |
Color Harmonies of #4D45AA
Complementary color
Monochromatic Colors of #4D45AA
Black with #4D45AA
Text Example
Text Example
White with #4D45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45AA; }
p { color: rgb(77,69,170); }
H1.HeaderClassName
{
color: #4D45AA;
}
.AnyTagClassName
{
color: #4D45AA;
}
</style>
background-color css
<style>
a { background-color: #4D45AA; }
a { background-color: rgb(77,69,170); }
div.DivClassName
{
background-color: #4D45AA;
}
.BgClassName
{
background-color: #4D45AA;
}
</style>
border-color css
<style>
span { border-color: #4D45AA; }
span { border-color: rgb(77,69,170); }
td.TdClassName
{
border-color: #4D45AA;
}
.TagClassName
{
border-color: #4D45AA;
}
</style>