Shades of Blue Gem #48328B
Tints of Blue Gem #48328B
RGB
CMYK
RGB Variations
Color information
#48328B (or 0x48328B) is known color: Blue Gem. HEX triplet: 48, 32 and 8B. RGB value is (72,50,139). Sum of RGB (Red+Green+Blue) = 72+50+139=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #48328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48328B is #B7CD74. Grayscale: #424242. Windows color (decimal): -12045685 or 9122376. OLE color: 9122376.
HSL color Cylindrical-coordinate representation of color #48328B: hue angle of 254.83º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48328B is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 50 | 139 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.45 |
| HSL | 254.83º | 0.47% | 0.37% | - |
| HSV(B) | 254.83º | 0.64% | 0.55% | - |
| XYZ | 8.47 | 5.52 | 25.05 | - |
| YUV | 66.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 139 | 0.48 | 0.64 | 0 | 0.45 | 254.83 | 0.47 | 0.37 |
| Hex | 48 | 32 | 8B | 30 | 40 | 0 | 2D | FF | 2F | 25 |
| Octal | 110 | 62 | 213 | 60 | 100 | 0 | 55 | 377 | 57 | 45 |
| Binary | 1001000 | 110010 | 10001011 | 110000 | 1000000 | 0 | 101101 | 11111111 | 101111 | 100101 |
Color Harmonies of #48328B
Complementary color
Monochromatic Colors of #48328B
Black with #48328B
Text Example
Text Example
White with #48328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48328B; }
p { color: rgb(72,50,139); }
H1.HeaderClassName
{
color: #48328B;
}
.AnyTagClassName
{
color: #48328B;
}
</style>
background-color css
<style>
a { background-color: #48328B; }
a { background-color: rgb(72,50,139); }
div.DivClassName
{
background-color: #48328B;
}
.BgClassName
{
background-color: #48328B;
}
</style>
border-color css
<style>
span { border-color: #48328B; }
span { border-color: rgb(72,50,139); }
td.TdClassName
{
border-color: #48328B;
}
.TagClassName
{
border-color: #48328B;
}
</style>