Shades of Blue Gem #482895
Tints of Blue Gem #482895
RGB
CMYK
RGB Variations
Color information
#482895 (or 0x482895) is known color: Blue Gem. HEX triplet: 48, 28 and 95. RGB value is (72,40,149). Sum of RGB (Red+Green+Blue) = 72+40+149=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #482895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482895 is #B7D76A. Grayscale: #3D3D3D. Windows color (decimal): -12048235 or 9775176. OLE color: 9775176.
HSL color Cylindrical-coordinate representation of color #482895: hue angle of 257.61º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482895 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 40 | 149 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.42 |
| HSL | 257.61º | 0.58% | 0.37% | - |
| HSV(B) | 257.61º | 0.73% | 0.58% | - |
| XYZ | 8.86 | 5.07 | 28.94 | - |
| YUV | 61.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 149 | 0.52 | 0.73 | 0 | 0.42 | 257.61 | 0.58 | 0.37 |
| Hex | 48 | 28 | 95 | 34 | 49 | 0 | 2A | 102 | 3A | 25 |
| Octal | 110 | 50 | 225 | 64 | 111 | 0 | 52 | 402 | 72 | 45 |
| Binary | 1001000 | 101000 | 10010101 | 110100 | 1001001 | 0 | 101010 | 100000010 | 111010 | 100101 |
Color Harmonies of #482895
Complementary color
Monochromatic Colors of #482895
Black with #482895
Text Example
Text Example
White with #482895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482895; }
p { color: rgb(72,40,149); }
H1.HeaderClassName
{
color: #482895;
}
.AnyTagClassName
{
color: #482895;
}
</style>
background-color css
<style>
a { background-color: #482895; }
a { background-color: rgb(72,40,149); }
div.DivClassName
{
background-color: #482895;
}
.BgClassName
{
background-color: #482895;
}
</style>
border-color css
<style>
span { border-color: #482895; }
span { border-color: rgb(72,40,149); }
td.TdClassName
{
border-color: #482895;
}
.TagClassName
{
border-color: #482895;
}
</style>