Shades of Blue Gem #482DAA
Tints of Blue Gem #482DAA
RGB
CMYK
RGB Variations
Color information
#482DAA (or 0x482DAA) is known color: Blue Gem. HEX triplet: 48, 2D and AA. RGB value is (72,45,170). Sum of RGB (Red+Green+Blue) = 72+45+170=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #482DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DAA is #B7D255. Grayscale: #424242. Windows color (decimal): -12046934 or 11152712. OLE color: 11152712.
HSL color Cylindrical-coordinate representation of color #482DAA: hue angle of 252.96º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482DAA is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 45 | 170 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 252.96º | 0.58% | 0.42% | - |
| HSV(B) | 252.96º | 0.74% | 0.67% | - |
| XYZ | 10.87 | 6.16 | 38.65 | - |
| YUV | 67.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 170 | 0.58 | 0.74 | 0 | 0.33 | 252.96 | 0.58 | 0.42 |
| Hex | 48 | 2D | AA | 3A | 4A | 0 | 21 | FD | 3A | 2A |
| Octal | 110 | 55 | 252 | 72 | 112 | 0 | 41 | 375 | 72 | 52 |
| Binary | 1001000 | 101101 | 10101010 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111010 | 101010 |
Color Harmonies of #482DAA
Complementary color
Monochromatic Colors of #482DAA
Black with #482DAA
Text Example
Text Example
White with #482DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DAA; }
p { color: rgb(72,45,170); }
H1.HeaderClassName
{
color: #482DAA;
}
.AnyTagClassName
{
color: #482DAA;
}
</style>
background-color css
<style>
a { background-color: #482DAA; }
a { background-color: rgb(72,45,170); }
div.DivClassName
{
background-color: #482DAA;
}
.BgClassName
{
background-color: #482DAA;
}
</style>
border-color css
<style>
span { border-color: #482DAA; }
span { border-color: rgb(72,45,170); }
td.TdClassName
{
border-color: #482DAA;
}
.TagClassName
{
border-color: #482DAA;
}
</style>