Shades of Blue Gem #4834AB
Tints of Blue Gem #4834AB
RGB
CMYK
RGB Variations
Color information
#4834AB (or 0x4834AB) is known color: Blue Gem. HEX triplet: 48, 34 and AB. RGB value is (72,52,171). Sum of RGB (Red+Green+Blue) = 72+52+171=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #4834AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4834AB is #B7CB54. Grayscale: #474747. Windows color (decimal): -12045141 or 11220040. OLE color: 11220040.
HSL color Cylindrical-coordinate representation of color #4834AB: hue angle of 250.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4834AB is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 52 | 171 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.33 |
| HSL | 250.08º | 0.53% | 0.44% | - |
| HSV(B) | 250.08º | 0.7% | 0.67% | - |
| XYZ | 11.25 | 6.77 | 39.24 | - |
| YUV | 71.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 171 | 0.58 | 0.70 | 0 | 0.33 | 250.08 | 0.53 | 0.44 |
| Hex | 48 | 34 | AB | 3A | 46 | 0 | 21 | FA | 35 | 2C |
| Octal | 110 | 64 | 253 | 72 | 106 | 0 | 41 | 372 | 65 | 54 |
| Binary | 1001000 | 110100 | 10101011 | 111010 | 1000110 | 0 | 100001 | 11111010 | 110101 | 101100 |
Color Harmonies of #4834AB
Complementary color
Monochromatic Colors of #4834AB
Black with #4834AB
Text Example
Text Example
White with #4834AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4834AB; }
p { color: rgb(72,52,171); }
H1.HeaderClassName
{
color: #4834AB;
}
.AnyTagClassName
{
color: #4834AB;
}
</style>
background-color css
<style>
a { background-color: #4834AB; }
a { background-color: rgb(72,52,171); }
div.DivClassName
{
background-color: #4834AB;
}
.BgClassName
{
background-color: #4834AB;
}
</style>
border-color css
<style>
span { border-color: #4834AB; }
span { border-color: rgb(72,52,171); }
td.TdClassName
{
border-color: #4834AB;
}
.TagClassName
{
border-color: #4834AB;
}
</style>