Shades of Blue Gem #482492
Tints of Blue Gem #482492
RGB
CMYK
RGB Variations
Color information
#482492 (or 0x482492) is known color: Blue Gem. HEX triplet: 48, 24 and 92. RGB value is (72,36,146). Sum of RGB (Red+Green+Blue) = 72+36+146=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #482492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482492 is #B7DB6D. Grayscale: #3A3A3A. Windows color (decimal): -12049262 or 9577544. OLE color: 9577544.
HSL color Cylindrical-coordinate representation of color #482492: hue angle of 259.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482492 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 36 | 146 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.43 |
| HSL | 259.64º | 0.6% | 0.36% | - |
| HSV(B) | 259.64º | 0.75% | 0.57% | - |
| XYZ | 8.49 | 4.71 | 27.66 | - |
| YUV | 59.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 146 | 0.51 | 0.75 | 0 | 0.43 | 259.64 | 0.6 | 0.36 |
| Hex | 48 | 24 | 92 | 33 | 4B | 0 | 2B | 104 | 3C | 24 |
| Octal | 110 | 44 | 222 | 63 | 113 | 0 | 53 | 404 | 74 | 44 |
| Binary | 1001000 | 100100 | 10010010 | 110011 | 1001011 | 0 | 101011 | 100000100 | 111100 | 100100 |
Color Harmonies of #482492
Complementary color
Monochromatic Colors of #482492
Black with #482492
Text Example
Text Example
White with #482492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482492; }
p { color: rgb(72,36,146); }
H1.HeaderClassName
{
color: #482492;
}
.AnyTagClassName
{
color: #482492;
}
</style>
background-color css
<style>
a { background-color: #482492; }
a { background-color: rgb(72,36,146); }
div.DivClassName
{
background-color: #482492;
}
.BgClassName
{
background-color: #482492;
}
</style>
border-color css
<style>
span { border-color: #482492; }
span { border-color: rgb(72,36,146); }
td.TdClassName
{
border-color: #482492;
}
.TagClassName
{
border-color: #482492;
}
</style>