Shades of Rich Blue #4845AD
Tints of Rich Blue #4845AD
RGB
CMYK
RGB Variations
Color information
#4845AD (or 0x4845AD) is known color: Rich Blue. HEX triplet: 48, 45 and AD. RGB value is (72,69,173). Sum of RGB (Red+Green+Blue) = 72+69+173=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #4845AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4845AD is #B7BA52. Grayscale: #515151. Windows color (decimal): -12040787 or 11355464. OLE color: 11355464.
HSL color Cylindrical-coordinate representation of color #4845AD: hue angle of 241.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4845AD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 69 | 173 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.32 |
| HSL | 241.73º | 0.43% | 0.47% | - |
| HSV(B) | 241.73º | 0.6% | 0.68% | - |
| XYZ | 12.34 | 8.65 | 40.55 | - |
| YUV | 81.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 173 | 0.58 | 0.60 | 0 | 0.32 | 241.73 | 0.43 | 0.47 |
| Hex | 48 | 45 | AD | 3A | 3C | 0 | 20 | F2 | 2B | 2F |
| Octal | 110 | 105 | 255 | 72 | 74 | 0 | 40 | 362 | 53 | 57 |
| Binary | 1001000 | 1000101 | 10101101 | 111010 | 111100 | 0 | 100000 | 11110010 | 101011 | 101111 |
Color Harmonies of #4845AD
Complementary color
Monochromatic Colors of #4845AD
Black with #4845AD
Text Example
Text Example
White with #4845AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4845AD; }
p { color: rgb(72,69,173); }
H1.HeaderClassName
{
color: #4845AD;
}
.AnyTagClassName
{
color: #4845AD;
}
</style>
background-color css
<style>
a { background-color: #4845AD; }
a { background-color: rgb(72,69,173); }
div.DivClassName
{
background-color: #4845AD;
}
.BgClassName
{
background-color: #4845AD;
}
</style>
border-color css
<style>
span { border-color: #4845AD; }
span { border-color: rgb(72,69,173); }
td.TdClassName
{
border-color: #4845AD;
}
.TagClassName
{
border-color: #4845AD;
}
</style>