Shades of Blue Gem #4833AC
Tints of Blue Gem #4833AC
RGB
CMYK
RGB Variations
Color information
#4833AC (or 0x4833AC) is known color: Blue Gem. HEX triplet: 48, 33 and AC. RGB value is (72,51,172). Sum of RGB (Red+Green+Blue) = 72+51+172=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #4833AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4833AC is #B7CC53. Grayscale: #464646. Windows color (decimal): -12045396 or 11285320. OLE color: 11285320.
HSL color Cylindrical-coordinate representation of color #4833AC: hue angle of 250.41º degrees, saturation: 0.54, 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 #4833AC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 51 | 172 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.33 |
| HSL | 250.41º | 0.54% | 0.44% | - |
| HSV(B) | 250.41º | 0.7% | 0.67% | - |
| XYZ | 11.3 | 6.72 | 39.73 | - |
| YUV | 71.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 172 | 0.58 | 0.70 | 0 | 0.33 | 250.41 | 0.54 | 0.44 |
| Hex | 48 | 33 | AC | 3A | 46 | 0 | 21 | FA | 36 | 2C |
| Octal | 110 | 63 | 254 | 72 | 106 | 0 | 41 | 372 | 66 | 54 |
| Binary | 1001000 | 110011 | 10101100 | 111010 | 1000110 | 0 | 100001 | 11111010 | 110110 | 101100 |
Color Harmonies of #4833AC
Complementary color
Monochromatic Colors of #4833AC
Black with #4833AC
Text Example
Text Example
White with #4833AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4833AC; }
p { color: rgb(72,51,172); }
H1.HeaderClassName
{
color: #4833AC;
}
.AnyTagClassName
{
color: #4833AC;
}
</style>
background-color css
<style>
a { background-color: #4833AC; }
a { background-color: rgb(72,51,172); }
div.DivClassName
{
background-color: #4833AC;
}
.BgClassName
{
background-color: #4833AC;
}
</style>
border-color css
<style>
span { border-color: #4833AC; }
span { border-color: rgb(72,51,172); }
td.TdClassName
{
border-color: #4833AC;
}
.TagClassName
{
border-color: #4833AC;
}
</style>