Shades of Rich Blue #4958AC
Tints of Rich Blue #4958AC
RGB
CMYK
RGB Variations
Color information
#4958AC (or 0x4958AC) is known color: Rich Blue. HEX triplet: 49, 58 and AC. RGB value is (73,88,172). Sum of RGB (Red+Green+Blue) = 73+88+172=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #4958AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958AC is #B6A753. Grayscale: #5C5C5C. Windows color (decimal): -11970388 or 11294793. OLE color: 11294793.
HSL color Cylindrical-coordinate representation of color #4958AC: hue angle of 230.91º 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 #4958AC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 88 | 172 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.33 |
| HSL | 230.91º | 0.4% | 0.48% | - |
| HSV(B) | 230.91º | 0.58% | 0.67% | - |
| XYZ | 13.68 | 11.37 | 40.5 | - |
| YUV | 93.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 172 | 0.58 | 0.49 | 0 | 0.33 | 230.91 | 0.4 | 0.48 |
| Hex | 49 | 58 | AC | 3A | 31 | 0 | 21 | E7 | 28 | 30 |
| Octal | 111 | 130 | 254 | 72 | 61 | 0 | 41 | 347 | 50 | 60 |
| Binary | 1001001 | 1011000 | 10101100 | 111010 | 110001 | 0 | 100001 | 11100111 | 101000 | 110000 |
Color Harmonies of #4958AC
Complementary color
Monochromatic Colors of #4958AC
Black with #4958AC
Text Example
Text Example
White with #4958AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958AC; }
p { color: rgb(73,88,172); }
H1.HeaderClassName
{
color: #4958AC;
}
.AnyTagClassName
{
color: #4958AC;
}
</style>
background-color css
<style>
a { background-color: #4958AC; }
a { background-color: rgb(73,88,172); }
div.DivClassName
{
background-color: #4958AC;
}
.BgClassName
{
background-color: #4958AC;
}
</style>
border-color css
<style>
span { border-color: #4958AC; }
span { border-color: rgb(73,88,172); }
td.TdClassName
{
border-color: #4958AC;
}
.TagClassName
{
border-color: #4958AC;
}
</style>