Shades of Blue Gem #482CAB
Tints of Blue Gem #482CAB
RGB
CMYK
RGB Variations
Color information
#482CAB (or 0x482CAB) is known color: Blue Gem. HEX triplet: 48, 2C and AB. RGB value is (72,44,171). Sum of RGB (Red+Green+Blue) = 72+44+171=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #482CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CAB is #B7D354. Grayscale: #424242. Windows color (decimal): -12047189 or 11217992. OLE color: 11217992.
HSL color Cylindrical-coordinate representation of color #482CAB: hue angle of 253.23º degrees, saturation: 0.59, 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 #482CAB is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 44 | 171 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 253.23º | 0.59% | 0.42% | - |
| HSV(B) | 253.23º | 0.74% | 0.67% | - |
| XYZ | 10.92 | 6.12 | 39.13 | - |
| YUV | 66.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 171 | 0.58 | 0.74 | 0 | 0.33 | 253.23 | 0.59 | 0.42 |
| Hex | 48 | 2C | AB | 3A | 4A | 0 | 21 | FD | 3B | 2A |
| Octal | 110 | 54 | 253 | 72 | 112 | 0 | 41 | 375 | 73 | 52 |
| Binary | 1001000 | 101100 | 10101011 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111011 | 101010 |
Color Harmonies of #482CAB
Complementary color
Monochromatic Colors of #482CAB
Black with #482CAB
Text Example
Text Example
White with #482CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CAB; }
p { color: rgb(72,44,171); }
H1.HeaderClassName
{
color: #482CAB;
}
.AnyTagClassName
{
color: #482CAB;
}
</style>
background-color css
<style>
a { background-color: #482CAB; }
a { background-color: rgb(72,44,171); }
div.DivClassName
{
background-color: #482CAB;
}
.BgClassName
{
background-color: #482CAB;
}
</style>
border-color css
<style>
span { border-color: #482CAB; }
span { border-color: rgb(72,44,171); }
td.TdClassName
{
border-color: #482CAB;
}
.TagClassName
{
border-color: #482CAB;
}
</style>