Shades of Blue Gem #4826AC
Tints of Blue Gem #4826AC
RGB
CMYK
RGB Variations
Color information
#4826AC (or 0x4826AC) is known color: Blue Gem. HEX triplet: 48, 26 and AC. RGB value is (72,38,172). Sum of RGB (Red+Green+Blue) = 72+38+172=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #4826AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4826AC is #B7D953. Grayscale: #3E3E3E. Windows color (decimal): -12048724 or 11281992. OLE color: 11281992.
HSL color Cylindrical-coordinate representation of color #4826AC: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4826AC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 38 | 172 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.33 |
| HSL | 255.22º | 0.64% | 0.41% | - |
| HSV(B) | 255.22º | 0.78% | 0.67% | - |
| XYZ | 10.81 | 5.74 | 39.57 | - |
| YUV | 63.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 172 | 0.58 | 0.78 | 0 | 0.33 | 255.22 | 0.64 | 0.41 |
| Hex | 48 | 26 | AC | 3A | 4E | 0 | 21 | FF | 40 | 29 |
| Octal | 110 | 46 | 254 | 72 | 116 | 0 | 41 | 377 | 100 | 51 |
| Binary | 1001000 | 100110 | 10101100 | 111010 | 1001110 | 0 | 100001 | 11111111 | 1000000 | 101001 |
Color Harmonies of #4826AC
Complementary color
Monochromatic Colors of #4826AC
Black with #4826AC
Text Example
Text Example
White with #4826AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4826AC; }
p { color: rgb(72,38,172); }
H1.HeaderClassName
{
color: #4826AC;
}
.AnyTagClassName
{
color: #4826AC;
}
</style>
background-color css
<style>
a { background-color: #4826AC; }
a { background-color: rgb(72,38,172); }
div.DivClassName
{
background-color: #4826AC;
}
.BgClassName
{
background-color: #4826AC;
}
</style>
border-color css
<style>
span { border-color: #4826AC; }
span { border-color: rgb(72,38,172); }
td.TdClassName
{
border-color: #4826AC;
}
.TagClassName
{
border-color: #4826AC;
}
</style>