Shades of Blue Gem #482993
Tints of Blue Gem #482993
RGB
CMYK
RGB Variations
Color information
#482993 (or 0x482993) is known color: Blue Gem. HEX triplet: 48, 29 and 93. RGB value is (72,41,147). Sum of RGB (Red+Green+Blue) = 72+41+147=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #482993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482993 is #B7D66C. Grayscale: #3D3D3D. Windows color (decimal): -12047981 or 9644360. OLE color: 9644360.
HSL color Cylindrical-coordinate representation of color #482993: hue angle of 257.55º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482993 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 41 | 147 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.42 |
| HSL | 257.55º | 0.56% | 0.37% | - |
| HSV(B) | 257.55º | 0.72% | 0.58% | - |
| XYZ | 8.73 | 5.07 | 28.12 | - |
| YUV | 62.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 147 | 0.51 | 0.72 | 0 | 0.42 | 257.55 | 0.56 | 0.37 |
| Hex | 48 | 29 | 93 | 33 | 48 | 0 | 2A | 102 | 38 | 25 |
| Octal | 110 | 51 | 223 | 63 | 110 | 0 | 52 | 402 | 70 | 45 |
| Binary | 1001000 | 101001 | 10010011 | 110011 | 1001000 | 0 | 101010 | 100000010 | 111000 | 100101 |
Color Harmonies of #482993
Complementary color
Monochromatic Colors of #482993
Black with #482993
Text Example
Text Example
White with #482993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482993; }
p { color: rgb(72,41,147); }
H1.HeaderClassName
{
color: #482993;
}
.AnyTagClassName
{
color: #482993;
}
</style>
background-color css
<style>
a { background-color: #482993; }
a { background-color: rgb(72,41,147); }
div.DivClassName
{
background-color: #482993;
}
.BgClassName
{
background-color: #482993;
}
</style>
border-color css
<style>
span { border-color: #482993; }
span { border-color: rgb(72,41,147); }
td.TdClassName
{
border-color: #482993;
}
.TagClassName
{
border-color: #482993;
}
</style>