Shades of Blue Gem #482CA5
Tints of Blue Gem #482CA5
RGB
CMYK
RGB Variations
Color information
#482CA5 (or 0x482CA5) is known color: Blue Gem. HEX triplet: 48, 2C and A5. RGB value is (72,44,165). Sum of RGB (Red+Green+Blue) = 72+44+165=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #482CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CA5 is #B7D35A. Grayscale: #414141. Windows color (decimal): -12047195 or 10824776. OLE color: 10824776.
HSL color Cylindrical-coordinate representation of color #482CA5: hue angle of 253.88º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482CA5 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 44 | 165 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.35 |
| HSL | 253.88º | 0.58% | 0.41% | - |
| HSV(B) | 253.88º | 0.73% | 0.65% | - |
| XYZ | 10.36 | 5.9 | 36.19 | - |
| YUV | 66.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 165 | 0.56 | 0.73 | 0 | 0.35 | 253.88 | 0.58 | 0.41 |
| Hex | 48 | 2C | A5 | 38 | 49 | 0 | 23 | FE | 3A | 29 |
| Octal | 110 | 54 | 245 | 70 | 111 | 0 | 43 | 376 | 72 | 51 |
| Binary | 1001000 | 101100 | 10100101 | 111000 | 1001001 | 0 | 100011 | 11111110 | 111010 | 101001 |
Color Harmonies of #482CA5
Complementary color
Monochromatic Colors of #482CA5
Black with #482CA5
Text Example
Text Example
White with #482CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482CA5; }
p { color: rgb(72,44,165); }
H1.HeaderClassName
{
color: #482CA5;
}
.AnyTagClassName
{
color: #482CA5;
}
</style>
background-color css
<style>
a { background-color: #482CA5; }
a { background-color: rgb(72,44,165); }
div.DivClassName
{
background-color: #482CA5;
}
.BgClassName
{
background-color: #482CA5;
}
</style>
border-color css
<style>
span { border-color: #482CA5; }
span { border-color: rgb(72,44,165); }
td.TdClassName
{
border-color: #482CA5;
}
.TagClassName
{
border-color: #482CA5;
}
</style>