Shades of Rich Blue #4955AD
Tints of Rich Blue #4955AD
RGB
CMYK
RGB Variations
Color information
#4955AD (or 0x4955AD) is known color: Rich Blue. HEX triplet: 49, 55 and AD. RGB value is (73,85,173). Sum of RGB (Red+Green+Blue) = 73+85+173=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #4955AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4955AD is #B6AA52. Grayscale: #5B5B5B. Windows color (decimal): -11971155 or 11359561. OLE color: 11359561.
HSL color Cylindrical-coordinate representation of color #4955AD: hue angle of 232.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4955AD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 85 | 173 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.32 |
| HSL | 232.8º | 0.41% | 0.48% | - |
| HSV(B) | 232.8º | 0.58% | 0.68% | - |
| XYZ | 13.54 | 10.93 | 40.93 | - |
| YUV | 91.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 173 | 0.58 | 0.51 | 0 | 0.32 | 232.8 | 0.41 | 0.48 |
| Hex | 49 | 55 | AD | 3A | 33 | 0 | 20 | E9 | 29 | 30 |
| Octal | 111 | 125 | 255 | 72 | 63 | 0 | 40 | 351 | 51 | 60 |
| Binary | 1001001 | 1010101 | 10101101 | 111010 | 110011 | 0 | 100000 | 11101001 | 101001 | 110000 |
Color Harmonies of #4955AD
Complementary color
Monochromatic Colors of #4955AD
Black with #4955AD
Text Example
Text Example
White with #4955AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955AD; }
p { color: rgb(73,85,173); }
H1.HeaderClassName
{
color: #4955AD;
}
.AnyTagClassName
{
color: #4955AD;
}
</style>
background-color css
<style>
a { background-color: #4955AD; }
a { background-color: rgb(73,85,173); }
div.DivClassName
{
background-color: #4955AD;
}
.BgClassName
{
background-color: #4955AD;
}
</style>
border-color css
<style>
span { border-color: #4955AD; }
span { border-color: rgb(73,85,173); }
td.TdClassName
{
border-color: #4955AD;
}
.TagClassName
{
border-color: #4955AD;
}
</style>