Shades of Blue Gem #482F98
Tints of Blue Gem #482F98
RGB
CMYK
RGB Variations
Color information
#482F98 (or 0x482F98) is known color: Blue Gem. HEX triplet: 48, 2F and 98. RGB value is (72,47,152). Sum of RGB (Red+Green+Blue) = 72+47+152=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #482F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482F98 is #B7D067. Grayscale: #424242. Windows color (decimal): -12046440 or 9973576. OLE color: 9973576.
HSL color Cylindrical-coordinate representation of color #482F98: hue angle of 254.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482F98 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 47 | 152 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.40 |
| HSL | 254.29º | 0.53% | 0.39% | - |
| HSV(B) | 254.29º | 0.69% | 0.6% | - |
| XYZ | 9.36 | 5.68 | 30.31 | - |
| YUV | 66.45 | 176.28 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 152 | 0.53 | 0.69 | 0 | 0.40 | 254.29 | 0.53 | 0.39 |
| Hex | 48 | 2F | 98 | 35 | 45 | 0 | 28 | FE | 35 | 27 |
| Octal | 110 | 57 | 230 | 65 | 105 | 0 | 50 | 376 | 65 | 47 |
| Binary | 1001000 | 101111 | 10011000 | 110101 | 1000101 | 0 | 101000 | 11111110 | 110101 | 100111 |
Color Harmonies of #482F98
Complementary color
Monochromatic Colors of #482F98
Black with #482F98
Text Example
Text Example
White with #482F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F98; }
p { color: rgb(72,47,152); }
H1.HeaderClassName
{
color: #482F98;
}
.AnyTagClassName
{
color: #482F98;
}
</style>
background-color css
<style>
a { background-color: #482F98; }
a { background-color: rgb(72,47,152); }
div.DivClassName
{
background-color: #482F98;
}
.BgClassName
{
background-color: #482F98;
}
</style>
border-color css
<style>
span { border-color: #482F98; }
span { border-color: rgb(72,47,152); }
td.TdClassName
{
border-color: #482F98;
}
.TagClassName
{
border-color: #482F98;
}
</style>