Shades of Rich Blue #4956AD
Tints of Rich Blue #4956AD
RGB
CMYK
RGB Variations
Color information
#4956AD (or 0x4956AD) is known color: Rich Blue. HEX triplet: 49, 56 and AD. RGB value is (73,86,173). Sum of RGB (Red+Green+Blue) = 73+86+173=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #4956AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956AD is #B6A952. Grayscale: #5B5B5B. Windows color (decimal): -11970899 or 11359817. OLE color: 11359817.
HSL color Cylindrical-coordinate representation of color #4956AD: hue angle of 232.2º 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 #4956AD is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 86 | 173 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.32 |
| HSL | 232.2º | 0.41% | 0.48% | - |
| HSV(B) | 232.2º | 0.58% | 0.68% | - |
| XYZ | 13.62 | 11.09 | 40.96 | - |
| YUV | 92.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 173 | 0.58 | 0.50 | 0 | 0.32 | 232.2 | 0.41 | 0.48 |
| Hex | 49 | 56 | AD | 3A | 32 | 0 | 20 | E8 | 29 | 30 |
| Octal | 111 | 126 | 255 | 72 | 62 | 0 | 40 | 350 | 51 | 60 |
| Binary | 1001001 | 1010110 | 10101101 | 111010 | 110010 | 0 | 100000 | 11101000 | 101001 | 110000 |
Color Harmonies of #4956AD
Complementary color
Monochromatic Colors of #4956AD
Black with #4956AD
Text Example
Text Example
White with #4956AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4956AD; }
p { color: rgb(73,86,173); }
H1.HeaderClassName
{
color: #4956AD;
}
.AnyTagClassName
{
color: #4956AD;
}
</style>
background-color css
<style>
a { background-color: #4956AD; }
a { background-color: rgb(73,86,173); }
div.DivClassName
{
background-color: #4956AD;
}
.BgClassName
{
background-color: #4956AD;
}
</style>
border-color css
<style>
span { border-color: #4956AD; }
span { border-color: rgb(73,86,173); }
td.TdClassName
{
border-color: #4956AD;
}
.TagClassName
{
border-color: #4956AD;
}
</style>