Shades of Rich Blue #4D4AB9
Tints of Rich Blue #4D4AB9
RGB
CMYK
RGB Variations
Color information
#4D4AB9 (or 0x4D4AB9) is known color: Rich Blue. HEX triplet: 4D, 4A and B9. RGB value is (77,74,185). Sum of RGB (Red+Green+Blue) = 77+74+185=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4AB9 is #B2B546. Grayscale: #575757. Windows color (decimal): -11711815 or 12143181. OLE color: 12143181.
HSL color Cylindrical-coordinate representation of color #4D4AB9: hue angle of 241.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D4AB9 is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 74 | 185 | - |
| CMYK | 0.58 | 0.6 | 0 | 0.27 |
| HSL | 241.62º | 0.44% | 0.51% | - |
| HSV(B) | 241.62º | 0.6% | 0.73% | - |
| XYZ | 14.27 | 9.98 | 47.07 | - |
| YUV | 87.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 185 | 0.58 | 0.6 | 0 | 0.27 | 241.62 | 0.44 | 0.51 |
| Hex | 4D | 4A | B9 | 3A | 3C | 0 | 1B | F2 | 2C | 33 |
| Octal | 115 | 112 | 271 | 72 | 74 | 0 | 33 | 362 | 54 | 63 |
| Binary | 1001101 | 1001010 | 10111001 | 111010 | 111100 | 0 | 11011 | 11110010 | 101100 | 110011 |
Color Harmonies of #4D4AB9
Complementary color
Monochromatic Colors of #4D4AB9
Black with #4D4AB9
Text Example
Text Example
White with #4D4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AB9; }
p { color: rgb(77,74,185); }
H1.HeaderClassName
{
color: #4D4AB9;
}
.AnyTagClassName
{
color: #4D4AB9;
}
</style>
background-color css
<style>
a { background-color: #4D4AB9; }
a { background-color: rgb(77,74,185); }
div.DivClassName
{
background-color: #4D4AB9;
}
.BgClassName
{
background-color: #4D4AB9;
}
</style>
border-color css
<style>
span { border-color: #4D4AB9; }
span { border-color: rgb(77,74,185); }
td.TdClassName
{
border-color: #4D4AB9;
}
.TagClassName
{
border-color: #4D4AB9;
}
</style>