Shades of Blue Gem #48239A
Tints of Blue Gem #48239A
RGB
CMYK
RGB Variations
Color information
#48239A (or 0x48239A) is known color: Blue Gem. HEX triplet: 48, 23 and 9A. RGB value is (72,35,154). Sum of RGB (Red+Green+Blue) = 72+35+154=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #48239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48239A is #B7DC65. Grayscale: #3B3B3B. Windows color (decimal): -12049510 or 10101576. OLE color: 10101576.
HSL color Cylindrical-coordinate representation of color #48239A: hue angle of 258.66º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48239A is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 35 | 154 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.40 |
| HSL | 258.66º | 0.63% | 0.37% | - |
| HSV(B) | 258.66º | 0.77% | 0.6% | - |
| XYZ | 9.11 | 4.91 | 31.04 | - |
| YUV | 59.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 154 | 0.53 | 0.77 | 0 | 0.40 | 258.66 | 0.63 | 0.37 |
| Hex | 48 | 23 | 9A | 35 | 4D | 0 | 28 | 103 | 3F | 25 |
| Octal | 110 | 43 | 232 | 65 | 115 | 0 | 50 | 403 | 77 | 45 |
| Binary | 1001000 | 100011 | 10011010 | 110101 | 1001101 | 0 | 101000 | 100000011 | 111111 | 100101 |
Color Harmonies of #48239A
Complementary color
Monochromatic Colors of #48239A
Black with #48239A
Text Example
Text Example
White with #48239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48239A; }
p { color: rgb(72,35,154); }
H1.HeaderClassName
{
color: #48239A;
}
.AnyTagClassName
{
color: #48239A;
}
</style>
background-color css
<style>
a { background-color: #48239A; }
a { background-color: rgb(72,35,154); }
div.DivClassName
{
background-color: #48239A;
}
.BgClassName
{
background-color: #48239A;
}
</style>
border-color css
<style>
span { border-color: #48239A; }
span { border-color: rgb(72,35,154); }
td.TdClassName
{
border-color: #48239A;
}
.TagClassName
{
border-color: #48239A;
}
</style>