Shades of Blue Gem #49278F
Tints of Blue Gem #49278F
RGB
CMYK
RGB Variations
Color information
#49278F (or 0x49278F) is known color: Blue Gem. HEX triplet: 49, 27 and 8F. RGB value is (73,39,143). Sum of RGB (Red+Green+Blue) = 73+39+143=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #49278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49278F is #B6D870. Grayscale: #3C3C3C. Windows color (decimal): -11982961 or 9381705. OLE color: 9381705.
HSL color Cylindrical-coordinate representation of color #49278F: hue angle of 259.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49278F is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 39 | 143 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.44 |
| HSL | 259.62º | 0.57% | 0.36% | - |
| HSV(B) | 259.62º | 0.73% | 0.56% | - |
| XYZ | 8.43 | 4.85 | 26.48 | - |
| YUV | 61.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 143 | 0.49 | 0.73 | 0 | 0.44 | 259.62 | 0.57 | 0.36 |
| Hex | 49 | 27 | 8F | 31 | 49 | 0 | 2C | 104 | 39 | 24 |
| Octal | 111 | 47 | 217 | 61 | 111 | 0 | 54 | 404 | 71 | 44 |
| Binary | 1001001 | 100111 | 10001111 | 110001 | 1001001 | 0 | 101100 | 100000100 | 111001 | 100100 |
Color Harmonies of #49278F
Complementary color
Monochromatic Colors of #49278F
Black with #49278F
Text Example
Text Example
White with #49278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49278F; }
p { color: rgb(73,39,143); }
H1.HeaderClassName
{
color: #49278F;
}
.AnyTagClassName
{
color: #49278F;
}
</style>
background-color css
<style>
a { background-color: #49278F; }
a { background-color: rgb(73,39,143); }
div.DivClassName
{
background-color: #49278F;
}
.BgClassName
{
background-color: #49278F;
}
</style>
border-color css
<style>
span { border-color: #49278F; }
span { border-color: rgb(73,39,143); }
td.TdClassName
{
border-color: #49278F;
}
.TagClassName
{
border-color: #49278F;
}
</style>