Shades of Blue Gem #482DAC
Tints of Blue Gem #482DAC
RGB
CMYK
RGB Variations
Color information
#482DAC (or 0x482DAC) is known color: Blue Gem. HEX triplet: 48, 2D and AC. RGB value is (72,45,172). Sum of RGB (Red+Green+Blue) = 72+45+172=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #482DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DAC is #B7D253. Grayscale: #434343. Windows color (decimal): -12046932 or 11283784. OLE color: 11283784.
HSL color Cylindrical-coordinate representation of color #482DAC: hue angle of 252.76º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482DAC is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 45 | 172 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 252.76º | 0.59% | 0.43% | - |
| HSV(B) | 252.76º | 0.74% | 0.67% | - |
| XYZ | 11.06 | 6.23 | 39.65 | - |
| YUV | 67.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 172 | 0.58 | 0.74 | 0 | 0.33 | 252.76 | 0.59 | 0.43 |
| Hex | 48 | 2D | AC | 3A | 4A | 0 | 21 | FD | 3B | 2B |
| Octal | 110 | 55 | 254 | 72 | 112 | 0 | 41 | 375 | 73 | 53 |
| Binary | 1001000 | 101101 | 10101100 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111011 | 101011 |
Color Harmonies of #482DAC
Complementary color
Monochromatic Colors of #482DAC
Black with #482DAC
Text Example
Text Example
White with #482DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DAC; }
p { color: rgb(72,45,172); }
H1.HeaderClassName
{
color: #482DAC;
}
.AnyTagClassName
{
color: #482DAC;
}
</style>
background-color css
<style>
a { background-color: #482DAC; }
a { background-color: rgb(72,45,172); }
div.DivClassName
{
background-color: #482DAC;
}
.BgClassName
{
background-color: #482DAC;
}
</style>
border-color css
<style>
span { border-color: #482DAC; }
span { border-color: rgb(72,45,172); }
td.TdClassName
{
border-color: #482DAC;
}
.TagClassName
{
border-color: #482DAC;
}
</style>