Shades of Blue Gem #482698
Tints of Blue Gem #482698
RGB
CMYK
RGB Variations
Color information
#482698 (or 0x482698) is known color: Blue Gem. HEX triplet: 48, 26 and 98. RGB value is (72,38,152). Sum of RGB (Red+Green+Blue) = 72+38+152=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #482698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482698 is #B7D967. Grayscale: #3C3C3C. Windows color (decimal): -12048744 or 9971272. OLE color: 9971272.
HSL color Cylindrical-coordinate representation of color #482698: hue angle of 257.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482698 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 38 | 152 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.40 |
| HSL | 257.89º | 0.6% | 0.37% | - |
| HSV(B) | 257.89º | 0.75% | 0.6% | - |
| XYZ | 9.03 | 5.03 | 30.2 | - |
| YUV | 61.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 152 | 0.53 | 0.75 | 0 | 0.40 | 257.89 | 0.6 | 0.37 |
| Hex | 48 | 26 | 98 | 35 | 4B | 0 | 28 | 102 | 3C | 25 |
| Octal | 110 | 46 | 230 | 65 | 113 | 0 | 50 | 402 | 74 | 45 |
| Binary | 1001000 | 100110 | 10011000 | 110101 | 1001011 | 0 | 101000 | 100000010 | 111100 | 100101 |
Color Harmonies of #482698
Complementary color
Monochromatic Colors of #482698
Black with #482698
Text Example
Text Example
White with #482698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482698; }
p { color: rgb(72,38,152); }
H1.HeaderClassName
{
color: #482698;
}
.AnyTagClassName
{
color: #482698;
}
</style>
background-color css
<style>
a { background-color: #482698; }
a { background-color: rgb(72,38,152); }
div.DivClassName
{
background-color: #482698;
}
.BgClassName
{
background-color: #482698;
}
</style>
border-color css
<style>
span { border-color: #482698; }
span { border-color: rgb(72,38,152); }
td.TdClassName
{
border-color: #482698;
}
.TagClassName
{
border-color: #482698;
}
</style>