Shades of Blue Gem #482AAA
Tints of Blue Gem #482AAA
RGB
CMYK
RGB Variations
Color information
#482AAA (or 0x482AAA) is known color: Blue Gem. HEX triplet: 48, 2A and AA. RGB value is (72,42,170). Sum of RGB (Red+Green+Blue) = 72+42+170=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #482AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482AAA is #B7D555. Grayscale: #414141. Windows color (decimal): -12047702 or 11151944. OLE color: 11151944.
HSL color Cylindrical-coordinate representation of color #482AAA: hue angle of 254.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482AAA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 42 | 170 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.33 |
| HSL | 254.06º | 0.6% | 0.42% | - |
| HSV(B) | 254.06º | 0.75% | 0.67% | - |
| XYZ | 10.76 | 5.94 | 38.61 | - |
| YUV | 65.56 | 186.94 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 170 | 0.58 | 0.75 | 0 | 0.33 | 254.06 | 0.6 | 0.42 |
| Hex | 48 | 2A | AA | 3A | 4B | 0 | 21 | FE | 3C | 2A |
| Octal | 110 | 52 | 252 | 72 | 113 | 0 | 41 | 376 | 74 | 52 |
| Binary | 1001000 | 101010 | 10101010 | 111010 | 1001011 | 0 | 100001 | 11111110 | 111100 | 101010 |
Color Harmonies of #482AAA
Complementary color
Monochromatic Colors of #482AAA
Black with #482AAA
Text Example
Text Example
White with #482AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482AAA; }
p { color: rgb(72,42,170); }
H1.HeaderClassName
{
color: #482AAA;
}
.AnyTagClassName
{
color: #482AAA;
}
</style>
background-color css
<style>
a { background-color: #482AAA; }
a { background-color: rgb(72,42,170); }
div.DivClassName
{
background-color: #482AAA;
}
.BgClassName
{
background-color: #482AAA;
}
</style>
border-color css
<style>
span { border-color: #482AAA; }
span { border-color: rgb(72,42,170); }
td.TdClassName
{
border-color: #482AAA;
}
.TagClassName
{
border-color: #482AAA;
}
</style>