Shades of Rich Blue #4959AC
Tints of Rich Blue #4959AC
RGB
CMYK
RGB Variations
Color information
#4959AC (or 0x4959AC) is known color: Rich Blue. HEX triplet: 49, 59 and AC. RGB value is (73,89,172). Sum of RGB (Red+Green+Blue) = 73+89+172=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #4959AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959AC is #B6A653. Grayscale: #5D5D5D. Windows color (decimal): -11970132 or 11295049. OLE color: 11295049.
HSL color Cylindrical-coordinate representation of color #4959AC: hue angle of 230.3º 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 #4959AC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 89 | 172 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.33 |
| HSL | 230.3º | 0.4% | 0.48% | - |
| HSV(B) | 230.3º | 0.58% | 0.67% | - |
| XYZ | 13.77 | 11.54 | 40.53 | - |
| YUV | 93.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 172 | 0.58 | 0.48 | 0 | 0.33 | 230.3 | 0.4 | 0.48 |
| Hex | 49 | 59 | AC | 3A | 30 | 0 | 21 | E6 | 28 | 30 |
| Octal | 111 | 131 | 254 | 72 | 60 | 0 | 41 | 346 | 50 | 60 |
| Binary | 1001001 | 1011001 | 10101100 | 111010 | 110000 | 0 | 100001 | 11100110 | 101000 | 110000 |
Color Harmonies of #4959AC
Complementary color
Monochromatic Colors of #4959AC
Black with #4959AC
Text Example
Text Example
White with #4959AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959AC; }
p { color: rgb(73,89,172); }
H1.HeaderClassName
{
color: #4959AC;
}
.AnyTagClassName
{
color: #4959AC;
}
</style>
background-color css
<style>
a { background-color: #4959AC; }
a { background-color: rgb(73,89,172); }
div.DivClassName
{
background-color: #4959AC;
}
.BgClassName
{
background-color: #4959AC;
}
</style>
border-color css
<style>
span { border-color: #4959AC; }
span { border-color: rgb(73,89,172); }
td.TdClassName
{
border-color: #4959AC;
}
.TagClassName
{
border-color: #4959AC;
}
</style>