Shades of Rich Blue #4953AE
Tints of Rich Blue #4953AE
RGB
CMYK
RGB Variations
Color information
#4953AE (or 0x4953AE) is known color: Rich Blue. HEX triplet: 49, 53 and AE. RGB value is (73,83,174). Sum of RGB (Red+Green+Blue) = 73+83+174=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #4953AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4953AE is #B6AC51. Grayscale: #5A5A5A. Windows color (decimal): -11971666 or 11424585. OLE color: 11424585.
HSL color Cylindrical-coordinate representation of color #4953AE: hue angle of 234.06º 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 #4953AE is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 83 | 174 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.32 |
| HSL | 234.06º | 0.41% | 0.48% | - |
| HSV(B) | 234.06º | 0.58% | 0.68% | - |
| XYZ | 13.48 | 10.66 | 41.39 | - |
| YUV | 90.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 174 | 0.58 | 0.52 | 0 | 0.32 | 234.06 | 0.41 | 0.48 |
| Hex | 49 | 53 | AE | 3A | 34 | 0 | 20 | EA | 29 | 30 |
| Octal | 111 | 123 | 256 | 72 | 64 | 0 | 40 | 352 | 51 | 60 |
| Binary | 1001001 | 1010011 | 10101110 | 111010 | 110100 | 0 | 100000 | 11101010 | 101001 | 110000 |
Color Harmonies of #4953AE
Complementary color
Monochromatic Colors of #4953AE
Black with #4953AE
Text Example
Text Example
White with #4953AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953AE; }
p { color: rgb(73,83,174); }
H1.HeaderClassName
{
color: #4953AE;
}
.AnyTagClassName
{
color: #4953AE;
}
</style>
background-color css
<style>
a { background-color: #4953AE; }
a { background-color: rgb(73,83,174); }
div.DivClassName
{
background-color: #4953AE;
}
.BgClassName
{
background-color: #4953AE;
}
</style>
border-color css
<style>
span { border-color: #4953AE; }
span { border-color: rgb(73,83,174); }
td.TdClassName
{
border-color: #4953AE;
}
.TagClassName
{
border-color: #4953AE;
}
</style>