Shades of Rich Blue #4D42AA
Tints of Rich Blue #4D42AA
RGB
CMYK
RGB Variations
Color information
#4D42AA (or 0x4D42AA) is known color: Rich Blue. HEX triplet: 4D, 42 and AA. RGB value is (77,66,170). Sum of RGB (Red+Green+Blue) = 77+66+170=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D42AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D42AA is #B2BD55. Grayscale: #505050. Windows color (decimal): -11713878 or 11158093. OLE color: 11158093.
HSL color Cylindrical-coordinate representation of color #4D42AA: hue angle of 246.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D42AA is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 66 | 170 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.33 |
| HSL | 246.35º | 0.44% | 0.46% | - |
| HSV(B) | 246.35º | 0.61% | 0.67% | - |
| XYZ | 12.26 | 8.38 | 39 | - |
| YUV | 81.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 170 | 0.55 | 0.61 | 0 | 0.33 | 246.35 | 0.44 | 0.46 |
| Hex | 4D | 42 | AA | 37 | 3D | 0 | 21 | F6 | 2C | 2E |
| Octal | 115 | 102 | 252 | 67 | 75 | 0 | 41 | 366 | 54 | 56 |
| Binary | 1001101 | 1000010 | 10101010 | 110111 | 111101 | 0 | 100001 | 11110110 | 101100 | 101110 |
Color Harmonies of #4D42AA
Complementary color
Monochromatic Colors of #4D42AA
Black with #4D42AA
Text Example
Text Example
White with #4D42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42AA; }
p { color: rgb(77,66,170); }
H1.HeaderClassName
{
color: #4D42AA;
}
.AnyTagClassName
{
color: #4D42AA;
}
</style>
background-color css
<style>
a { background-color: #4D42AA; }
a { background-color: rgb(77,66,170); }
div.DivClassName
{
background-color: #4D42AA;
}
.BgClassName
{
background-color: #4D42AA;
}
</style>
border-color css
<style>
span { border-color: #4D42AA; }
span { border-color: rgb(77,66,170); }
td.TdClassName
{
border-color: #4D42AA;
}
.TagClassName
{
border-color: #4D42AA;
}
</style>