Shades of Blue Gem #48398B
Tints of Blue Gem #48398B
RGB
CMYK
RGB Variations
Color information
#48398B (or 0x48398B) is known color: Blue Gem. HEX triplet: 48, 39 and 8B. RGB value is (72,57,139). Sum of RGB (Red+Green+Blue) = 72+57+139=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #48398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48398B is #B7C674. Grayscale: #464646. Windows color (decimal): -12043893 or 9124168. OLE color: 9124168.
HSL color Cylindrical-coordinate representation of color #48398B: hue angle of 250.98º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48398B is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 57 | 139 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.45 |
| HSL | 250.98º | 0.42% | 0.38% | - |
| HSV(B) | 250.98º | 0.59% | 0.55% | - |
| XYZ | 8.8 | 6.17 | 25.15 | - |
| YUV | 70.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 139 | 0.48 | 0.59 | 0 | 0.45 | 250.98 | 0.42 | 0.38 |
| Hex | 48 | 39 | 8B | 30 | 3B | 0 | 2D | FB | 2A | 26 |
| Octal | 110 | 71 | 213 | 60 | 73 | 0 | 55 | 373 | 52 | 46 |
| Binary | 1001000 | 111001 | 10001011 | 110000 | 111011 | 0 | 101101 | 11111011 | 101010 | 100110 |
Color Harmonies of #48398B
Complementary color
Monochromatic Colors of #48398B
Black with #48398B
Text Example
Text Example
White with #48398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48398B; }
p { color: rgb(72,57,139); }
H1.HeaderClassName
{
color: #48398B;
}
.AnyTagClassName
{
color: #48398B;
}
</style>
background-color css
<style>
a { background-color: #48398B; }
a { background-color: rgb(72,57,139); }
div.DivClassName
{
background-color: #48398B;
}
.BgClassName
{
background-color: #48398B;
}
</style>
border-color css
<style>
span { border-color: #48398B; }
span { border-color: rgb(72,57,139); }
td.TdClassName
{
border-color: #48398B;
}
.TagClassName
{
border-color: #48398B;
}
</style>