Shades of Blue Gem #48269C
Tints of Blue Gem #48269C
RGB
CMYK
RGB Variations
Color information
#48269C (or 0x48269C) is known color: Blue Gem. HEX triplet: 48, 26 and 9C. RGB value is (72,38,156). Sum of RGB (Red+Green+Blue) = 72+38+156=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #48269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48269C is #B7D963. Grayscale: #3D3D3D. Windows color (decimal): -12048740 or 10233416. OLE color: 10233416.
HSL color Cylindrical-coordinate representation of color #48269C: hue angle of 257.29º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48269C is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 38 | 156 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.39 |
| HSL | 257.29º | 0.61% | 0.38% | - |
| HSV(B) | 257.29º | 0.76% | 0.61% | - |
| XYZ | 9.37 | 5.16 | 31.96 | - |
| YUV | 61.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 156 | 0.54 | 0.76 | 0 | 0.39 | 257.29 | 0.61 | 0.38 |
| Hex | 48 | 26 | 9C | 36 | 4C | 0 | 27 | 101 | 3D | 26 |
| Octal | 110 | 46 | 234 | 66 | 114 | 0 | 47 | 401 | 75 | 46 |
| Binary | 1001000 | 100110 | 10011100 | 110110 | 1001100 | 0 | 100111 | 100000001 | 111101 | 100110 |
Color Harmonies of #48269C
Complementary color
Monochromatic Colors of #48269C
Black with #48269C
Text Example
Text Example
White with #48269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48269C; }
p { color: rgb(72,38,156); }
H1.HeaderClassName
{
color: #48269C;
}
.AnyTagClassName
{
color: #48269C;
}
</style>
background-color css
<style>
a { background-color: #48269C; }
a { background-color: rgb(72,38,156); }
div.DivClassName
{
background-color: #48269C;
}
.BgClassName
{
background-color: #48269C;
}
</style>
border-color css
<style>
span { border-color: #48269C; }
span { border-color: rgb(72,38,156); }
td.TdClassName
{
border-color: #48269C;
}
.TagClassName
{
border-color: #48269C;
}
</style>