Shades of Blue Gem #482DAB
Tints of Blue Gem #482DAB
RGB
CMYK
RGB Variations
Color information
#482DAB (or 0x482DAB) is known color: Blue Gem. HEX triplet: 48, 2D and AB. RGB value is (72,45,171). Sum of RGB (Red+Green+Blue) = 72+45+171=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #482DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482DAB is #B7D254. Grayscale: #424242. Windows color (decimal): -12046933 or 11218248. OLE color: 11218248.
HSL color Cylindrical-coordinate representation of color #482DAB: hue angle of 252.86º 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 #482DAB is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 45 | 171 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 252.86º | 0.58% | 0.42% | - |
| HSV(B) | 252.86º | 0.74% | 0.67% | - |
| XYZ | 10.96 | 6.19 | 39.15 | - |
| YUV | 67.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 171 | 0.58 | 0.74 | 0 | 0.33 | 252.86 | 0.58 | 0.42 |
| Hex | 48 | 2D | AB | 3A | 4A | 0 | 21 | FD | 3A | 2A |
| Octal | 110 | 55 | 253 | 72 | 112 | 0 | 41 | 375 | 72 | 52 |
| Binary | 1001000 | 101101 | 10101011 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111010 | 101010 |
Color Harmonies of #482DAB
Complementary color
Monochromatic Colors of #482DAB
Black with #482DAB
Text Example
Text Example
White with #482DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482DAB; }
p { color: rgb(72,45,171); }
H1.HeaderClassName
{
color: #482DAB;
}
.AnyTagClassName
{
color: #482DAB;
}
</style>
background-color css
<style>
a { background-color: #482DAB; }
a { background-color: rgb(72,45,171); }
div.DivClassName
{
background-color: #482DAB;
}
.BgClassName
{
background-color: #482DAB;
}
</style>
border-color css
<style>
span { border-color: #482DAB; }
span { border-color: rgb(72,45,171); }
td.TdClassName
{
border-color: #482DAB;
}
.TagClassName
{
border-color: #482DAB;
}
</style>