Shades of Blue Gem #482A98
Tints of Blue Gem #482A98
RGB
CMYK
RGB Variations
Color information
#482A98 (or 0x482A98) is known color: Blue Gem. HEX triplet: 48, 2A and 98. RGB value is (72,42,152). Sum of RGB (Red+Green+Blue) = 72+42+152=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #482A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A98 is #B7D567. Grayscale: #3F3F3F. Windows color (decimal): -12047720 or 9972296. OLE color: 9972296.
HSL color Cylindrical-coordinate representation of color #482A98: hue angle of 256.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482A98 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 42 | 152 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.40 |
| HSL | 256.36º | 0.57% | 0.38% | - |
| HSV(B) | 256.36º | 0.72% | 0.6% | - |
| XYZ | 9.17 | 5.3 | 30.25 | - |
| YUV | 63.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 152 | 0.53 | 0.72 | 0 | 0.40 | 256.36 | 0.57 | 0.38 |
| Hex | 48 | 2A | 98 | 35 | 48 | 0 | 28 | 100 | 39 | 26 |
| Octal | 110 | 52 | 230 | 65 | 110 | 0 | 50 | 400 | 71 | 46 |
| Binary | 1001000 | 101010 | 10011000 | 110101 | 1001000 | 0 | 101000 | 100000000 | 111001 | 100110 |
Color Harmonies of #482A98
Complementary color
Monochromatic Colors of #482A98
Black with #482A98
Text Example
Text Example
White with #482A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A98; }
p { color: rgb(72,42,152); }
H1.HeaderClassName
{
color: #482A98;
}
.AnyTagClassName
{
color: #482A98;
}
</style>
background-color css
<style>
a { background-color: #482A98; }
a { background-color: rgb(72,42,152); }
div.DivClassName
{
background-color: #482A98;
}
.BgClassName
{
background-color: #482A98;
}
</style>
border-color css
<style>
span { border-color: #482A98; }
span { border-color: rgb(72,42,152); }
td.TdClassName
{
border-color: #482A98;
}
.TagClassName
{
border-color: #482A98;
}
</style>