Shades of Blue Gem #482498
Tints of Blue Gem #482498
RGB
CMYK
RGB Variations
Color information
#482498 (or 0x482498) is known color: Blue Gem. HEX triplet: 48, 24 and 98. RGB value is (72,36,152). Sum of RGB (Red+Green+Blue) = 72+36+152=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #482498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482498 is #B7DB67. Grayscale: #3B3B3B. Windows color (decimal): -12049256 or 9970760. OLE color: 9970760.
HSL color Cylindrical-coordinate representation of color #482498: hue angle of 258.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482498 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 36 | 152 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.40 |
| HSL | 258.62º | 0.62% | 0.37% | - |
| HSV(B) | 258.62º | 0.76% | 0.6% | - |
| XYZ | 8.97 | 4.91 | 30.18 | - |
| YUV | 59.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 152 | 0.53 | 0.76 | 0 | 0.40 | 258.62 | 0.62 | 0.37 |
| Hex | 48 | 24 | 98 | 35 | 4C | 0 | 28 | 103 | 3E | 25 |
| Octal | 110 | 44 | 230 | 65 | 114 | 0 | 50 | 403 | 76 | 45 |
| Binary | 1001000 | 100100 | 10011000 | 110101 | 1001100 | 0 | 101000 | 100000011 | 111110 | 100101 |
Color Harmonies of #482498
Complementary color
Monochromatic Colors of #482498
Black with #482498
Text Example
Text Example
White with #482498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482498; }
p { color: rgb(72,36,152); }
H1.HeaderClassName
{
color: #482498;
}
.AnyTagClassName
{
color: #482498;
}
</style>
background-color css
<style>
a { background-color: #482498; }
a { background-color: rgb(72,36,152); }
div.DivClassName
{
background-color: #482498;
}
.BgClassName
{
background-color: #482498;
}
</style>
border-color css
<style>
span { border-color: #482498; }
span { border-color: rgb(72,36,152); }
td.TdClassName
{
border-color: #482498;
}
.TagClassName
{
border-color: #482498;
}
</style>