Shades of Rich Blue #4940AD
Tints of Rich Blue #4940AD
RGB
CMYK
RGB Variations
Color information
#4940AD (or 0x4940AD) is known color: Rich Blue. HEX triplet: 49, 40 and AD. RGB value is (73,64,173). Sum of RGB (Red+Green+Blue) = 73+64+173=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #4940AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4940AD is #B6BF52. Grayscale: #4E4E4E. Windows color (decimal): -11976531 or 11354185. OLE color: 11354185.
HSL color Cylindrical-coordinate representation of color #4940AD: hue angle of 244.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4940AD is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 64 | 173 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.32 |
| HSL | 244.95º | 0.46% | 0.46% | - |
| HSV(B) | 244.95º | 0.63% | 0.68% | - |
| XYZ | 12.12 | 8.1 | 40.46 | - |
| YUV | 79.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 173 | 0.58 | 0.63 | 0 | 0.32 | 244.95 | 0.46 | 0.46 |
| Hex | 49 | 40 | AD | 3A | 3F | 0 | 20 | F5 | 2E | 2E |
| Octal | 111 | 100 | 255 | 72 | 77 | 0 | 40 | 365 | 56 | 56 |
| Binary | 1001001 | 1000000 | 10101101 | 111010 | 111111 | 0 | 100000 | 11110101 | 101110 | 101110 |
Color Harmonies of #4940AD
Complementary color
Monochromatic Colors of #4940AD
Black with #4940AD
Text Example
Text Example
White with #4940AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940AD; }
p { color: rgb(73,64,173); }
H1.HeaderClassName
{
color: #4940AD;
}
.AnyTagClassName
{
color: #4940AD;
}
</style>
background-color css
<style>
a { background-color: #4940AD; }
a { background-color: rgb(73,64,173); }
div.DivClassName
{
background-color: #4940AD;
}
.BgClassName
{
background-color: #4940AD;
}
</style>
border-color css
<style>
span { border-color: #4940AD; }
span { border-color: rgb(73,64,173); }
td.TdClassName
{
border-color: #4940AD;
}
.TagClassName
{
border-color: #4940AD;
}
</style>