Shades of Blue Gem #48378D
Tints of Blue Gem #48378D
RGB
CMYK
RGB Variations
Color information
#48378D (or 0x48378D) is known color: Blue Gem. HEX triplet: 48, 37 and 8D. RGB value is (72,55,141). Sum of RGB (Red+Green+Blue) = 72+55+141=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #48378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48378D is #B7C872. Grayscale: #454545. Windows color (decimal): -12044403 or 9254728. OLE color: 9254728.
HSL color Cylindrical-coordinate representation of color #48378D: hue angle of 251.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48378D is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 55 | 141 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.45 |
| HSL | 251.86º | 0.44% | 0.38% | - |
| HSV(B) | 251.86º | 0.61% | 0.55% | - |
| XYZ | 8.85 | 6.03 | 25.9 | - |
| YUV | 69.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 141 | 0.49 | 0.61 | 0 | 0.45 | 251.86 | 0.44 | 0.38 |
| Hex | 48 | 37 | 8D | 31 | 3D | 0 | 2D | FC | 2C | 26 |
| Octal | 110 | 67 | 215 | 61 | 75 | 0 | 55 | 374 | 54 | 46 |
| Binary | 1001000 | 110111 | 10001101 | 110001 | 111101 | 0 | 101101 | 11111100 | 101100 | 100110 |
Color Harmonies of #48378D
Complementary color
Monochromatic Colors of #48378D
Black with #48378D
Text Example
Text Example
White with #48378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48378D; }
p { color: rgb(72,55,141); }
H1.HeaderClassName
{
color: #48378D;
}
.AnyTagClassName
{
color: #48378D;
}
</style>
background-color css
<style>
a { background-color: #48378D; }
a { background-color: rgb(72,55,141); }
div.DivClassName
{
background-color: #48378D;
}
.BgClassName
{
background-color: #48378D;
}
</style>
border-color css
<style>
span { border-color: #48378D; }
span { border-color: rgb(72,55,141); }
td.TdClassName
{
border-color: #48378D;
}
.TagClassName
{
border-color: #48378D;
}
</style>