Shades of Rich Blue #4853AF
Tints of Rich Blue #4853AF
RGB
CMYK
RGB Variations
Color information
#4853AF (or 0x4853AF) is known color: Rich Blue. HEX triplet: 48, 53 and AF. RGB value is (72,83,175). Sum of RGB (Red+Green+Blue) = 72+83+175=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #4853AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4853AF is #B7AC50. Grayscale: #595959. Windows color (decimal): -12037201 or 11490120. OLE color: 11490120.
HSL color Cylindrical-coordinate representation of color #4853AF: hue angle of 233.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4853AF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 83 | 175 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.31 |
| HSL | 233.59º | 0.42% | 0.48% | - |
| HSV(B) | 233.59º | 0.59% | 0.69% | - |
| XYZ | 13.5 | 10.66 | 41.9 | - |
| YUV | 90.2 | 175.86 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 175 | 0.59 | 0.53 | 0 | 0.31 | 233.59 | 0.42 | 0.48 |
| Hex | 48 | 53 | AF | 3B | 35 | 0 | 1F | EA | 2A | 30 |
| Octal | 110 | 123 | 257 | 73 | 65 | 0 | 37 | 352 | 52 | 60 |
| Binary | 1001000 | 1010011 | 10101111 | 111011 | 110101 | 0 | 11111 | 11101010 | 101010 | 110000 |
Color Harmonies of #4853AF
Complementary color
Monochromatic Colors of #4853AF
Black with #4853AF
Text Example
Text Example
White with #4853AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4853AF; }
p { color: rgb(72,83,175); }
H1.HeaderClassName
{
color: #4853AF;
}
.AnyTagClassName
{
color: #4853AF;
}
</style>
background-color css
<style>
a { background-color: #4853AF; }
a { background-color: rgb(72,83,175); }
div.DivClassName
{
background-color: #4853AF;
}
.BgClassName
{
background-color: #4853AF;
}
</style>
border-color css
<style>
span { border-color: #4853AF; }
span { border-color: rgb(72,83,175); }
td.TdClassName
{
border-color: #4853AF;
}
.TagClassName
{
border-color: #4853AF;
}
</style>