Shades of Rich Blue #4852AE
Tints of Rich Blue #4852AE
RGB
CMYK
RGB Variations
Color information
#4852AE (or 0x4852AE) is known color: Rich Blue. HEX triplet: 48, 52 and AE. RGB value is (72,82,174). Sum of RGB (Red+Green+Blue) = 72+82+174=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #4852AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4852AE is #B7AD51. Grayscale: #595959. Windows color (decimal): -12037458 or 11424328. OLE color: 11424328.
HSL color Cylindrical-coordinate representation of color #4852AE: hue angle of 234.12º 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 #4852AE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 82 | 174 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.32 |
| HSL | 234.12º | 0.41% | 0.48% | - |
| HSV(B) | 234.12º | 0.59% | 0.68% | - |
| XYZ | 13.33 | 10.47 | 41.36 | - |
| YUV | 89.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 174 | 0.59 | 0.53 | 0 | 0.32 | 234.12 | 0.41 | 0.48 |
| Hex | 48 | 52 | AE | 3B | 35 | 0 | 20 | EA | 29 | 30 |
| Octal | 110 | 122 | 256 | 73 | 65 | 0 | 40 | 352 | 51 | 60 |
| Binary | 1001000 | 1010010 | 10101110 | 111011 | 110101 | 0 | 100000 | 11101010 | 101001 | 110000 |
Color Harmonies of #4852AE
Complementary color
Monochromatic Colors of #4852AE
Black with #4852AE
Text Example
Text Example
White with #4852AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4852AE; }
p { color: rgb(72,82,174); }
H1.HeaderClassName
{
color: #4852AE;
}
.AnyTagClassName
{
color: #4852AE;
}
</style>
background-color css
<style>
a { background-color: #4852AE; }
a { background-color: rgb(72,82,174); }
div.DivClassName
{
background-color: #4852AE;
}
.BgClassName
{
background-color: #4852AE;
}
</style>
border-color css
<style>
span { border-color: #4852AE; }
span { border-color: rgb(72,82,174); }
td.TdClassName
{
border-color: #4852AE;
}
.TagClassName
{
border-color: #4852AE;
}
</style>