Shades of Blue Gem #48399B
Tints of Blue Gem #48399B
RGB
CMYK
RGB Variations
Color information
#48399B (or 0x48399B) is known color: Blue Gem. HEX triplet: 48, 39 and 9B. RGB value is (72,57,155). Sum of RGB (Red+Green+Blue) = 72+57+155=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #48399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48399B is #B7C664. Grayscale: #484848. Windows color (decimal): -12043877 or 10172744. OLE color: 10172744.
HSL color Cylindrical-coordinate representation of color #48399B: hue angle of 249.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48399B is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 57 | 155 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.39 |
| HSL | 249.18º | 0.46% | 0.42% | - |
| HSV(B) | 249.18º | 0.63% | 0.61% | - |
| XYZ | 10.05 | 6.67 | 31.77 | - |
| YUV | 72.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 155 | 0.54 | 0.63 | 0 | 0.39 | 249.18 | 0.46 | 0.42 |
| Hex | 48 | 39 | 9B | 36 | 3F | 0 | 27 | F9 | 2E | 2A |
| Octal | 110 | 71 | 233 | 66 | 77 | 0 | 47 | 371 | 56 | 52 |
| Binary | 1001000 | 111001 | 10011011 | 110110 | 111111 | 0 | 100111 | 11111001 | 101110 | 101010 |
Color Harmonies of #48399B
Complementary color
Monochromatic Colors of #48399B
Black with #48399B
Text Example
Text Example
White with #48399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48399B; }
p { color: rgb(72,57,155); }
H1.HeaderClassName
{
color: #48399B;
}
.AnyTagClassName
{
color: #48399B;
}
</style>
background-color css
<style>
a { background-color: #48399B; }
a { background-color: rgb(72,57,155); }
div.DivClassName
{
background-color: #48399B;
}
.BgClassName
{
background-color: #48399B;
}
</style>
border-color css
<style>
span { border-color: #48399B; }
span { border-color: rgb(72,57,155); }
td.TdClassName
{
border-color: #48399B;
}
.TagClassName
{
border-color: #48399B;
}
</style>