Shades of Rich Blue #4955AC
Tints of Rich Blue #4955AC
RGB
CMYK
RGB Variations
Color information
#4955AC (or 0x4955AC) is known color: Rich Blue. HEX triplet: 49, 55 and AC. RGB value is (73,85,172). Sum of RGB (Red+Green+Blue) = 73+85+172=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #4955AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4955AC is #B6AA53. Grayscale: #5A5A5A. Windows color (decimal): -11971156 or 11294025. OLE color: 11294025.
HSL color Cylindrical-coordinate representation of color #4955AC: hue angle of 232.73º 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 #4955AC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 85 | 172 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.33 |
| HSL | 232.73º | 0.4% | 0.48% | - |
| HSV(B) | 232.73º | 0.58% | 0.67% | - |
| XYZ | 13.44 | 10.89 | 40.42 | - |
| YUV | 91.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 172 | 0.58 | 0.51 | 0 | 0.33 | 232.73 | 0.4 | 0.48 |
| Hex | 49 | 55 | AC | 3A | 33 | 0 | 21 | E9 | 28 | 30 |
| Octal | 111 | 125 | 254 | 72 | 63 | 0 | 41 | 351 | 50 | 60 |
| Binary | 1001001 | 1010101 | 10101100 | 111010 | 110011 | 0 | 100001 | 11101001 | 101000 | 110000 |
Color Harmonies of #4955AC
Complementary color
Monochromatic Colors of #4955AC
Black with #4955AC
Text Example
Text Example
White with #4955AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955AC; }
p { color: rgb(73,85,172); }
H1.HeaderClassName
{
color: #4955AC;
}
.AnyTagClassName
{
color: #4955AC;
}
</style>
background-color css
<style>
a { background-color: #4955AC; }
a { background-color: rgb(73,85,172); }
div.DivClassName
{
background-color: #4955AC;
}
.BgClassName
{
background-color: #4955AC;
}
</style>
border-color css
<style>
span { border-color: #4955AC; }
span { border-color: rgb(73,85,172); }
td.TdClassName
{
border-color: #4955AC;
}
.TagClassName
{
border-color: #4955AC;
}
</style>