Shades of Blue Gem #4834AD
Tints of Blue Gem #4834AD
RGB
CMYK
RGB Variations
Color information
#4834AD (or 0x4834AD) is known color: Blue Gem. HEX triplet: 48, 34 and AD. RGB value is (72,52,173). Sum of RGB (Red+Green+Blue) = 72+52+173=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #4834AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4834AD is #B7CB52. Grayscale: #474747. Windows color (decimal): -12045139 or 11351112. OLE color: 11351112.
HSL color Cylindrical-coordinate representation of color #4834AD: hue angle of 249.92º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4834AD is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 52 | 173 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.32 |
| HSL | 249.92º | 0.54% | 0.44% | - |
| HSV(B) | 249.92º | 0.7% | 0.68% | - |
| XYZ | 11.44 | 6.85 | 40.25 | - |
| YUV | 71.77 | 185.13 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 173 | 0.58 | 0.70 | 0 | 0.32 | 249.92 | 0.54 | 0.44 |
| Hex | 48 | 34 | AD | 3A | 46 | 0 | 20 | FA | 36 | 2C |
| Octal | 110 | 64 | 255 | 72 | 106 | 0 | 40 | 372 | 66 | 54 |
| Binary | 1001000 | 110100 | 10101101 | 111010 | 1000110 | 0 | 100000 | 11111010 | 110110 | 101100 |
Color Harmonies of #4834AD
Complementary color
Monochromatic Colors of #4834AD
Black with #4834AD
Text Example
Text Example
White with #4834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834AD; }
p { color: rgb(72,52,173); }
H1.HeaderClassName
{
color: #4834AD;
}
.AnyTagClassName
{
color: #4834AD;
}
</style>
background-color css
<style>
a { background-color: #4834AD; }
a { background-color: rgb(72,52,173); }
div.DivClassName
{
background-color: #4834AD;
}
.BgClassName
{
background-color: #4834AD;
}
</style>
border-color css
<style>
span { border-color: #4834AD; }
span { border-color: rgb(72,52,173); }
td.TdClassName
{
border-color: #4834AD;
}
.TagClassName
{
border-color: #4834AD;
}
</style>