Shades of Blue Gem #482D92
Tints of Blue Gem #482D92
RGB
CMYK
RGB Variations
Color information
#482D92 (or 0x482D92) is known color: Blue Gem. HEX triplet: 48, 2D and 92. RGB value is (72,45,146). Sum of RGB (Red+Green+Blue) = 72+45+146=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #482D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482D92 is #B7D26D. Grayscale: #404040. Windows color (decimal): -12046958 or 9579848. OLE color: 9579848.
HSL color Cylindrical-coordinate representation of color #482D92: hue angle of 256.04º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482D92 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 45 | 146 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.43 |
| HSL | 256.04º | 0.53% | 0.37% | - |
| HSV(B) | 256.04º | 0.69% | 0.57% | - |
| XYZ | 8.8 | 5.33 | 27.76 | - |
| YUV | 64.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 146 | 0.51 | 0.69 | 0 | 0.43 | 256.04 | 0.53 | 0.37 |
| Hex | 48 | 2D | 92 | 33 | 45 | 0 | 2B | 100 | 35 | 25 |
| Octal | 110 | 55 | 222 | 63 | 105 | 0 | 53 | 400 | 65 | 45 |
| Binary | 1001000 | 101101 | 10010010 | 110011 | 1000101 | 0 | 101011 | 100000000 | 110101 | 100101 |
Color Harmonies of #482D92
Complementary color
Monochromatic Colors of #482D92
Black with #482D92
Text Example
Text Example
White with #482D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D92; }
p { color: rgb(72,45,146); }
H1.HeaderClassName
{
color: #482D92;
}
.AnyTagClassName
{
color: #482D92;
}
</style>
background-color css
<style>
a { background-color: #482D92; }
a { background-color: rgb(72,45,146); }
div.DivClassName
{
background-color: #482D92;
}
.BgClassName
{
background-color: #482D92;
}
</style>
border-color css
<style>
span { border-color: #482D92; }
span { border-color: rgb(72,45,146); }
td.TdClassName
{
border-color: #482D92;
}
.TagClassName
{
border-color: #482D92;
}
</style>