Shades of Rich Blue #4D43AB
Tints of Rich Blue #4D43AB
RGB
CMYK
RGB Variations
Color information
#4D43AB (or 0x4D43AB) is known color: Rich Blue. HEX triplet: 4D, 43 and AB. RGB value is (77,67,171). Sum of RGB (Red+Green+Blue) = 77+67+171=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D43AB is #B2BC54. Grayscale: #515151. Windows color (decimal): -11713621 or 11223885. OLE color: 11223885.
HSL color Cylindrical-coordinate representation of color #4D43AB: hue angle of 245.77º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D43AB is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 67 | 171 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.33 |
| HSL | 245.77º | 0.44% | 0.47% | - |
| HSV(B) | 245.77º | 0.61% | 0.67% | - |
| XYZ | 12.42 | 8.53 | 39.52 | - |
| YUV | 81.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 171 | 0.55 | 0.61 | 0 | 0.33 | 245.77 | 0.44 | 0.47 |
| Hex | 4D | 43 | AB | 37 | 3D | 0 | 21 | F6 | 2C | 2F |
| Octal | 115 | 103 | 253 | 67 | 75 | 0 | 41 | 366 | 54 | 57 |
| Binary | 1001101 | 1000011 | 10101011 | 110111 | 111101 | 0 | 100001 | 11110110 | 101100 | 101111 |
Color Harmonies of #4D43AB
Complementary color
Monochromatic Colors of #4D43AB
Black with #4D43AB
Text Example
Text Example
White with #4D43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43AB; }
p { color: rgb(77,67,171); }
H1.HeaderClassName
{
color: #4D43AB;
}
.AnyTagClassName
{
color: #4D43AB;
}
</style>
background-color css
<style>
a { background-color: #4D43AB; }
a { background-color: rgb(77,67,171); }
div.DivClassName
{
background-color: #4D43AB;
}
.BgClassName
{
background-color: #4D43AB;
}
</style>
border-color css
<style>
span { border-color: #4D43AB; }
span { border-color: rgb(77,67,171); }
td.TdClassName
{
border-color: #4D43AB;
}
.TagClassName
{
border-color: #4D43AB;
}
</style>