Shades of Rich Blue #4951AC
Tints of Rich Blue #4951AC
RGB
CMYK
RGB Variations
Color information
#4951AC (or 0x4951AC) is known color: Rich Blue. HEX triplet: 49, 51 and AC. RGB value is (73,81,172). Sum of RGB (Red+Green+Blue) = 73+81+172=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #4951AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4951AC is #B6AE53. Grayscale: #585858. Windows color (decimal): -11972180 or 11293001. OLE color: 11293001.
HSL color Cylindrical-coordinate representation of color #4951AC: hue angle of 235.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4951AC is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 81 | 172 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.33 |
| HSL | 235.15º | 0.4% | 0.48% | - |
| HSV(B) | 235.15º | 0.58% | 0.67% | - |
| XYZ | 13.14 | 10.28 | 40.32 | - |
| YUV | 88.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 172 | 0.58 | 0.53 | 0 | 0.33 | 235.15 | 0.4 | 0.48 |
| Hex | 49 | 51 | AC | 3A | 35 | 0 | 21 | EB | 28 | 30 |
| Octal | 111 | 121 | 254 | 72 | 65 | 0 | 41 | 353 | 50 | 60 |
| Binary | 1001001 | 1010001 | 10101100 | 111010 | 110101 | 0 | 100001 | 11101011 | 101000 | 110000 |
Color Harmonies of #4951AC
Complementary color
Monochromatic Colors of #4951AC
Black with #4951AC
Text Example
Text Example
White with #4951AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951AC; }
p { color: rgb(73,81,172); }
H1.HeaderClassName
{
color: #4951AC;
}
.AnyTagClassName
{
color: #4951AC;
}
</style>
background-color css
<style>
a { background-color: #4951AC; }
a { background-color: rgb(73,81,172); }
div.DivClassName
{
background-color: #4951AC;
}
.BgClassName
{
background-color: #4951AC;
}
</style>
border-color css
<style>
span { border-color: #4951AC; }
span { border-color: rgb(73,81,172); }
td.TdClassName
{
border-color: #4951AC;
}
.TagClassName
{
border-color: #4951AC;
}
</style>