Shades of Rich Blue #4859AE
Tints of Rich Blue #4859AE
RGB
CMYK
RGB Variations
Color information
#4859AE (or 0x4859AE) is known color: Rich Blue. HEX triplet: 48, 59 and AE. RGB value is (72,89,174). Sum of RGB (Red+Green+Blue) = 72+89+174=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #4859AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4859AE is #B7A651. Grayscale: #5D5D5D. Windows color (decimal): -12035666 or 11426120. OLE color: 11426120.
HSL color Cylindrical-coordinate representation of color #4859AE: hue angle of 230º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4859AE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 89 | 174 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.32 |
| HSL | 230º | 0.41% | 0.48% | - |
| HSV(B) | 230º | 0.59% | 0.68% | - |
| XYZ | 13.88 | 11.58 | 41.55 | - |
| YUV | 93.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 174 | 0.59 | 0.49 | 0 | 0.32 | 230 | 0.41 | 0.48 |
| Hex | 48 | 59 | AE | 3B | 31 | 0 | 20 | E6 | 29 | 30 |
| Octal | 110 | 131 | 256 | 73 | 61 | 0 | 40 | 346 | 51 | 60 |
| Binary | 1001000 | 1011001 | 10101110 | 111011 | 110001 | 0 | 100000 | 11100110 | 101001 | 110000 |
Color Harmonies of #4859AE
Complementary color
Monochromatic Colors of #4859AE
Black with #4859AE
Text Example
Text Example
White with #4859AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859AE; }
p { color: rgb(72,89,174); }
H1.HeaderClassName
{
color: #4859AE;
}
.AnyTagClassName
{
color: #4859AE;
}
</style>
background-color css
<style>
a { background-color: #4859AE; }
a { background-color: rgb(72,89,174); }
div.DivClassName
{
background-color: #4859AE;
}
.BgClassName
{
background-color: #4859AE;
}
</style>
border-color css
<style>
span { border-color: #4859AE; }
span { border-color: rgb(72,89,174); }
td.TdClassName
{
border-color: #4859AE;
}
.TagClassName
{
border-color: #4859AE;
}
</style>