Shades of Blue Gem #482DAD
Tints of Blue Gem #482DAD
RGB
CMYK
RGB Variations
Color information
#482DAD (or 0x482DAD) is known color: Blue Gem. HEX triplet: 48, 2D and AD. RGB value is (72,45,173). Sum of RGB (Red+Green+Blue) = 72+45+173=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #482DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DAD is #B7D252. Grayscale: #434343. Windows color (decimal): -12046931 or 11349320. OLE color: 11349320.
HSL color Cylindrical-coordinate representation of color #482DAD: hue angle of 252.66º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482DAD is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 45 | 173 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.32 |
| HSL | 252.66º | 0.59% | 0.43% | - |
| HSV(B) | 252.66º | 0.74% | 0.68% | - |
| XYZ | 11.15 | 6.27 | 40.16 | - |
| YUV | 67.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 173 | 0.58 | 0.74 | 0 | 0.32 | 252.66 | 0.59 | 0.43 |
| Hex | 48 | 2D | AD | 3A | 4A | 0 | 20 | FD | 3B | 2B |
| Octal | 110 | 55 | 255 | 72 | 112 | 0 | 40 | 375 | 73 | 53 |
| Binary | 1001000 | 101101 | 10101101 | 111010 | 1001010 | 0 | 100000 | 11111101 | 111011 | 101011 |
Color Harmonies of #482DAD
Complementary color
Monochromatic Colors of #482DAD
Black with #482DAD
Text Example
Text Example
White with #482DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DAD; }
p { color: rgb(72,45,173); }
H1.HeaderClassName
{
color: #482DAD;
}
.AnyTagClassName
{
color: #482DAD;
}
</style>
background-color css
<style>
a { background-color: #482DAD; }
a { background-color: rgb(72,45,173); }
div.DivClassName
{
background-color: #482DAD;
}
.BgClassName
{
background-color: #482DAD;
}
</style>
border-color css
<style>
span { border-color: #482DAD; }
span { border-color: rgb(72,45,173); }
td.TdClassName
{
border-color: #482DAD;
}
.TagClassName
{
border-color: #482DAD;
}
</style>