Shades of Blue Gem #482992
Tints of Blue Gem #482992
RGB
CMYK
RGB Variations
Color information
#482992 (or 0x482992) is known color: Blue Gem. HEX triplet: 48, 29 and 92. RGB value is (72,41,146). Sum of RGB (Red+Green+Blue) = 72+41+146=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #482992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482992 is #B7D66D. Grayscale: #3D3D3D. Windows color (decimal): -12047982 or 9578824. OLE color: 9578824.
HSL color Cylindrical-coordinate representation of color #482992: hue angle of 257.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482992 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 41 | 146 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.43 |
| HSL | 257.71º | 0.56% | 0.37% | - |
| HSV(B) | 257.71º | 0.72% | 0.57% | - |
| XYZ | 8.65 | 5.04 | 27.71 | - |
| YUV | 62.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 146 | 0.51 | 0.72 | 0 | 0.43 | 257.71 | 0.56 | 0.37 |
| Hex | 48 | 29 | 92 | 33 | 48 | 0 | 2B | 102 | 38 | 25 |
| Octal | 110 | 51 | 222 | 63 | 110 | 0 | 53 | 402 | 70 | 45 |
| Binary | 1001000 | 101001 | 10010010 | 110011 | 1001000 | 0 | 101011 | 100000010 | 111000 | 100101 |
Color Harmonies of #482992
Complementary color
Monochromatic Colors of #482992
Black with #482992
Text Example
Text Example
White with #482992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482992; }
p { color: rgb(72,41,146); }
H1.HeaderClassName
{
color: #482992;
}
.AnyTagClassName
{
color: #482992;
}
</style>
background-color css
<style>
a { background-color: #482992; }
a { background-color: rgb(72,41,146); }
div.DivClassName
{
background-color: #482992;
}
.BgClassName
{
background-color: #482992;
}
</style>
border-color css
<style>
span { border-color: #482992; }
span { border-color: rgb(72,41,146); }
td.TdClassName
{
border-color: #482992;
}
.TagClassName
{
border-color: #482992;
}
</style>