Shades of Blue Gem #4839AC
Tints of Blue Gem #4839AC
RGB
CMYK
RGB Variations
Color information
#4839AC (or 0x4839AC) is known color: Blue Gem. HEX triplet: 48, 39 and AC. RGB value is (72,57,172). Sum of RGB (Red+Green+Blue) = 72+57+172=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4839AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4839AC is #B7C653. Grayscale: #4A4A4A. Windows color (decimal): -12043860 or 11286856. OLE color: 11286856.
HSL color Cylindrical-coordinate representation of color #4839AC: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4839AC is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 57 | 172 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.33 |
| HSL | 247.83º | 0.5% | 0.45% | - |
| HSV(B) | 247.83º | 0.67% | 0.67% | - |
| XYZ | 11.58 | 7.28 | 39.82 | - |
| YUV | 74.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 172 | 0.58 | 0.67 | 0 | 0.33 | 247.83 | 0.5 | 0.45 |
| Hex | 48 | 39 | AC | 3A | 43 | 0 | 21 | F8 | 32 | 2D |
| Octal | 110 | 71 | 254 | 72 | 103 | 0 | 41 | 370 | 62 | 55 |
| Binary | 1001000 | 111001 | 10101100 | 111010 | 1000011 | 0 | 100001 | 11111000 | 110010 | 101101 |
Color Harmonies of #4839AC
Complementary color
Monochromatic Colors of #4839AC
Black with #4839AC
Text Example
Text Example
White with #4839AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4839AC; }
p { color: rgb(72,57,172); }
H1.HeaderClassName
{
color: #4839AC;
}
.AnyTagClassName
{
color: #4839AC;
}
</style>
background-color css
<style>
a { background-color: #4839AC; }
a { background-color: rgb(72,57,172); }
div.DivClassName
{
background-color: #4839AC;
}
.BgClassName
{
background-color: #4839AC;
}
</style>
border-color css
<style>
span { border-color: #4839AC; }
span { border-color: rgb(72,57,172); }
td.TdClassName
{
border-color: #4839AC;
}
.TagClassName
{
border-color: #4839AC;
}
</style>