Shades of Blue Gem #49378A
Tints of Blue Gem #49378A
RGB
CMYK
RGB Variations
Color information
#49378A (or 0x49378A) is known color: Blue Gem. HEX triplet: 49, 37 and 8A. RGB value is (73,55,138). Sum of RGB (Red+Green+Blue) = 73+55+138=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #49378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49378A is #B6C875. Grayscale: #454545. Windows color (decimal): -11978870 or 9058121. OLE color: 9058121.
HSL color Cylindrical-coordinate representation of color #49378A: hue angle of 253.01º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49378A is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 55 | 138 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.46 |
| HSL | 253.01º | 0.43% | 0.38% | - |
| HSV(B) | 253.01º | 0.6% | 0.54% | - |
| XYZ | 8.7 | 5.98 | 24.74 | - |
| YUV | 69.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 138 | 0.47 | 0.60 | 0 | 0.46 | 253.01 | 0.43 | 0.38 |
| Hex | 49 | 37 | 8A | 2F | 3C | 0 | 2E | FD | 2B | 26 |
| Octal | 111 | 67 | 212 | 57 | 74 | 0 | 56 | 375 | 53 | 46 |
| Binary | 1001001 | 110111 | 10001010 | 101111 | 111100 | 0 | 101110 | 11111101 | 101011 | 100110 |
Color Harmonies of #49378A
Complementary color
Monochromatic Colors of #49378A
Black with #49378A
Text Example
Text Example
White with #49378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49378A; }
p { color: rgb(73,55,138); }
H1.HeaderClassName
{
color: #49378A;
}
.AnyTagClassName
{
color: #49378A;
}
</style>
background-color css
<style>
a { background-color: #49378A; }
a { background-color: rgb(73,55,138); }
div.DivClassName
{
background-color: #49378A;
}
.BgClassName
{
background-color: #49378A;
}
</style>
border-color css
<style>
span { border-color: #49378A; }
span { border-color: rgb(73,55,138); }
td.TdClassName
{
border-color: #49378A;
}
.TagClassName
{
border-color: #49378A;
}
</style>