Shades of Blue Gem #48439D
Tints of Blue Gem #48439D
RGB
CMYK
RGB Variations
Color information
#48439D (or 0x48439D) is known color: Blue Gem. HEX triplet: 48, 43 and 9D. RGB value is (72,67,157). Sum of RGB (Red+Green+Blue) = 72+67+157=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #48439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48439D is #B7BC62. Grayscale: #4E4E4E. Windows color (decimal): -12041315 or 10306376. OLE color: 10306376.
HSL color Cylindrical-coordinate representation of color #48439D: hue angle of 243.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48439D is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 67 | 157 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.38 |
| HSL | 243.33º | 0.4% | 0.44% | - |
| HSV(B) | 243.33º | 0.57% | 0.62% | - |
| XYZ | 10.77 | 7.83 | 32.84 | - |
| YUV | 78.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 157 | 0.54 | 0.57 | 0 | 0.38 | 243.33 | 0.4 | 0.44 |
| Hex | 48 | 43 | 9D | 36 | 39 | 0 | 26 | F3 | 28 | 2C |
| Octal | 110 | 103 | 235 | 66 | 71 | 0 | 46 | 363 | 50 | 54 |
| Binary | 1001000 | 1000011 | 10011101 | 110110 | 111001 | 0 | 100110 | 11110011 | 101000 | 101100 |
Color Harmonies of #48439D
Complementary color
Monochromatic Colors of #48439D
Black with #48439D
Text Example
Text Example
White with #48439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48439D; }
p { color: rgb(72,67,157); }
H1.HeaderClassName
{
color: #48439D;
}
.AnyTagClassName
{
color: #48439D;
}
</style>
background-color css
<style>
a { background-color: #48439D; }
a { background-color: rgb(72,67,157); }
div.DivClassName
{
background-color: #48439D;
}
.BgClassName
{
background-color: #48439D;
}
</style>
border-color css
<style>
span { border-color: #48439D; }
span { border-color: rgb(72,67,157); }
td.TdClassName
{
border-color: #48439D;
}
.TagClassName
{
border-color: #48439D;
}
</style>