Shades of Rich Blue #4D43AA
Tints of Rich Blue #4D43AA
RGB
CMYK
RGB Variations
Color information
#4D43AA (or 0x4D43AA) is known color: Rich Blue. HEX triplet: 4D, 43 and AA. RGB value is (77,67,170). Sum of RGB (Red+Green+Blue) = 77+67+170=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D43AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D43AA is #B2BC55. Grayscale: #515151. Windows color (decimal): -11713622 or 11158349. OLE color: 11158349.
HSL color Cylindrical-coordinate representation of color #4D43AA: hue angle of 245.83º degrees, saturation: 0.43, 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 #4D43AA is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 67 | 170 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.33 |
| HSL | 245.83º | 0.43% | 0.46% | - |
| HSV(B) | 245.83º | 0.61% | 0.67% | - |
| XYZ | 12.32 | 8.49 | 39.02 | - |
| YUV | 81.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 170 | 0.55 | 0.61 | 0 | 0.33 | 245.83 | 0.43 | 0.46 |
| Hex | 4D | 43 | AA | 37 | 3D | 0 | 21 | F6 | 2B | 2E |
| Octal | 115 | 103 | 252 | 67 | 75 | 0 | 41 | 366 | 53 | 56 |
| Binary | 1001101 | 1000011 | 10101010 | 110111 | 111101 | 0 | 100001 | 11110110 | 101011 | 101110 |
Color Harmonies of #4D43AA
Complementary color
Monochromatic Colors of #4D43AA
Black with #4D43AA
Text Example
Text Example
White with #4D43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43AA; }
p { color: rgb(77,67,170); }
H1.HeaderClassName
{
color: #4D43AA;
}
.AnyTagClassName
{
color: #4D43AA;
}
</style>
background-color css
<style>
a { background-color: #4D43AA; }
a { background-color: rgb(77,67,170); }
div.DivClassName
{
background-color: #4D43AA;
}
.BgClassName
{
background-color: #4D43AA;
}
</style>
border-color css
<style>
span { border-color: #4D43AA; }
span { border-color: rgb(77,67,170); }
td.TdClassName
{
border-color: #4D43AA;
}
.TagClassName
{
border-color: #4D43AA;
}
</style>