Shades of Blue Gem #49338A
Tints of Blue Gem #49338A
RGB
CMYK
RGB Variations
Color information
#49338A (or 0x49338A) is known color: Blue Gem. HEX triplet: 49, 33 and 8A. RGB value is (73,51,138). Sum of RGB (Red+Green+Blue) = 73+51+138=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #49338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49338A is #B6CC75. Grayscale: #434343. Windows color (decimal): -11979894 or 9057097. OLE color: 9057097.
HSL color Cylindrical-coordinate representation of color #49338A: hue angle of 255.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49338A is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 51 | 138 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.46 |
| HSL | 255.17º | 0.46% | 0.37% | - |
| HSV(B) | 255.17º | 0.63% | 0.54% | - |
| XYZ | 8.52 | 5.62 | 24.68 | - |
| YUV | 67.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 138 | 0.47 | 0.63 | 0 | 0.46 | 255.17 | 0.46 | 0.37 |
| Hex | 49 | 33 | 8A | 2F | 3F | 0 | 2E | FF | 2E | 25 |
| Octal | 111 | 63 | 212 | 57 | 77 | 0 | 56 | 377 | 56 | 45 |
| Binary | 1001001 | 110011 | 10001010 | 101111 | 111111 | 0 | 101110 | 11111111 | 101110 | 100101 |
Color Harmonies of #49338A
Complementary color
Monochromatic Colors of #49338A
Black with #49338A
Text Example
Text Example
White with #49338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49338A; }
p { color: rgb(73,51,138); }
H1.HeaderClassName
{
color: #49338A;
}
.AnyTagClassName
{
color: #49338A;
}
</style>
background-color css
<style>
a { background-color: #49338A; }
a { background-color: rgb(73,51,138); }
div.DivClassName
{
background-color: #49338A;
}
.BgClassName
{
background-color: #49338A;
}
</style>
border-color css
<style>
span { border-color: #49338A; }
span { border-color: rgb(73,51,138); }
td.TdClassName
{
border-color: #49338A;
}
.TagClassName
{
border-color: #49338A;
}
</style>