Shades of Blue Gem #49389B
Tints of Blue Gem #49389B
RGB
CMYK
RGB Variations
Color information
#49389B (or 0x49389B) is known color: Blue Gem. HEX triplet: 49, 38 and 9B. RGB value is (73,56,155). Sum of RGB (Red+Green+Blue) = 73+56+155=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #49389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49389B is #B6C764. Grayscale: #474747. Windows color (decimal): -11978597 or 10172489. OLE color: 10172489.
HSL color Cylindrical-coordinate representation of color #49389B: hue angle of 250.3º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49389B is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 56 | 155 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.39 |
| HSL | 250.3º | 0.47% | 0.41% | - |
| HSV(B) | 250.3º | 0.64% | 0.61% | - |
| XYZ | 10.08 | 6.61 | 31.76 | - |
| YUV | 72.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 155 | 0.53 | 0.64 | 0 | 0.39 | 250.3 | 0.47 | 0.41 |
| Hex | 49 | 38 | 9B | 35 | 40 | 0 | 27 | FA | 2F | 29 |
| Octal | 111 | 70 | 233 | 65 | 100 | 0 | 47 | 372 | 57 | 51 |
| Binary | 1001001 | 111000 | 10011011 | 110101 | 1000000 | 0 | 100111 | 11111010 | 101111 | 101001 |
Color Harmonies of #49389B
Complementary color
Monochromatic Colors of #49389B
Black with #49389B
Text Example
Text Example
White with #49389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49389B; }
p { color: rgb(73,56,155); }
H1.HeaderClassName
{
color: #49389B;
}
.AnyTagClassName
{
color: #49389B;
}
</style>
background-color css
<style>
a { background-color: #49389B; }
a { background-color: rgb(73,56,155); }
div.DivClassName
{
background-color: #49389B;
}
.BgClassName
{
background-color: #49389B;
}
</style>
border-color css
<style>
span { border-color: #49389B; }
span { border-color: rgb(73,56,155); }
td.TdClassName
{
border-color: #49389B;
}
.TagClassName
{
border-color: #49389B;
}
</style>