Shades of Rich Blue #4D4FA9
Tints of Rich Blue #4D4FA9
RGB
CMYK
RGB Variations
Color information
#4D4FA9 (or 0x4D4FA9) is known color: Rich Blue. HEX triplet: 4D, 4F and A9. RGB value is (77,79,169). Sum of RGB (Red+Green+Blue) = 77+79+169=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 169 (66.41% from 255 or 52% from 325); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D4FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4FA9 is #B2B056. Grayscale: #585858. Windows color (decimal): -11710551 or 11095885. OLE color: 11095885.
HSL color Cylindrical-coordinate representation of color #4D4FA9: hue angle of 238.7º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D4FA9 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 79 | 169 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.34 |
| HSL | 238.7º | 0.37% | 0.48% | - |
| HSV(B) | 238.7º | 0.54% | 0.66% | - |
| XYZ | 13.02 | 10.03 | 38.79 | - |
| YUV | 88.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 169 | 0.54 | 0.53 | 0 | 0.34 | 238.7 | 0.37 | 0.48 |
| Hex | 4D | 4F | A9 | 36 | 35 | 0 | 22 | EF | 25 | 30 |
| Octal | 115 | 117 | 251 | 66 | 65 | 0 | 42 | 357 | 45 | 60 |
| Binary | 1001101 | 1001111 | 10101001 | 110110 | 110101 | 0 | 100010 | 11101111 | 100101 | 110000 |
Color Harmonies of #4D4FA9
Complementary color
Monochromatic Colors of #4D4FA9
Black with #4D4FA9
Text Example
Text Example
White with #4D4FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FA9; }
p { color: rgb(77,79,169); }
H1.HeaderClassName
{
color: #4D4FA9;
}
.AnyTagClassName
{
color: #4D4FA9;
}
</style>
background-color css
<style>
a { background-color: #4D4FA9; }
a { background-color: rgb(77,79,169); }
div.DivClassName
{
background-color: #4D4FA9;
}
.BgClassName
{
background-color: #4D4FA9;
}
</style>
border-color css
<style>
span { border-color: #4D4FA9; }
span { border-color: rgb(77,79,169); }
td.TdClassName
{
border-color: #4D4FA9;
}
.TagClassName
{
border-color: #4D4FA9;
}
</style>