Shades of Blue Gem #48409E
Tints of Blue Gem #48409E
RGB
CMYK
RGB Variations
Color information
#48409E (or 0x48409E) is known color: Blue Gem. HEX triplet: 48, 40 and 9E. RGB value is (72,64,158). Sum of RGB (Red+Green+Blue) = 72+64+158=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #48409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48409E is #B7BF61. Grayscale: #4C4C4C. Windows color (decimal): -12042082 or 10371144. OLE color: 10371144.
HSL color Cylindrical-coordinate representation of color #48409E: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48409E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 64 | 158 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.38 |
| HSL | 245.11º | 0.42% | 0.44% | - |
| HSV(B) | 245.11º | 0.59% | 0.62% | - |
| XYZ | 10.68 | 7.51 | 33.24 | - |
| YUV | 77.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 158 | 0.54 | 0.59 | 0 | 0.38 | 245.11 | 0.42 | 0.44 |
| Hex | 48 | 40 | 9E | 36 | 3B | 0 | 26 | F5 | 2A | 2C |
| Octal | 110 | 100 | 236 | 66 | 73 | 0 | 46 | 365 | 52 | 54 |
| Binary | 1001000 | 1000000 | 10011110 | 110110 | 111011 | 0 | 100110 | 11110101 | 101010 | 101100 |
Color Harmonies of #48409E
Complementary color
Monochromatic Colors of #48409E
Black with #48409E
Text Example
Text Example
White with #48409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48409E; }
p { color: rgb(72,64,158); }
H1.HeaderClassName
{
color: #48409E;
}
.AnyTagClassName
{
color: #48409E;
}
</style>
background-color css
<style>
a { background-color: #48409E; }
a { background-color: rgb(72,64,158); }
div.DivClassName
{
background-color: #48409E;
}
.BgClassName
{
background-color: #48409E;
}
</style>
border-color css
<style>
span { border-color: #48409E; }
span { border-color: rgb(72,64,158); }
td.TdClassName
{
border-color: #48409E;
}
.TagClassName
{
border-color: #48409E;
}
</style>