Shades of Blue Gem #49429B
Tints of Blue Gem #49429B
RGB
CMYK
RGB Variations
Color information
#49429B (or 0x49429B) is known color: Blue Gem. HEX triplet: 49, 42 and 9B. RGB value is (73,66,155). Sum of RGB (Red+Green+Blue) = 73+66+155=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #49429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49429B is #B6BD64. Grayscale: #4D4D4D. Windows color (decimal): -11976037 or 10175049. OLE color: 10175049.
HSL color Cylindrical-coordinate representation of color #49429B: hue angle of 244.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49429B is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 66 | 155 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.39 |
| HSL | 244.72º | 0.4% | 0.43% | - |
| HSV(B) | 244.72º | 0.57% | 0.61% | - |
| XYZ | 10.61 | 7.68 | 31.93 | - |
| YUV | 78.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 155 | 0.53 | 0.57 | 0 | 0.39 | 244.72 | 0.4 | 0.43 |
| Hex | 49 | 42 | 9B | 35 | 39 | 0 | 27 | F5 | 28 | 2B |
| Octal | 111 | 102 | 233 | 65 | 71 | 0 | 47 | 365 | 50 | 53 |
| Binary | 1001001 | 1000010 | 10011011 | 110101 | 111001 | 0 | 100111 | 11110101 | 101000 | 101011 |
Color Harmonies of #49429B
Complementary color
Monochromatic Colors of #49429B
Black with #49429B
Text Example
Text Example
White with #49429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49429B; }
p { color: rgb(73,66,155); }
H1.HeaderClassName
{
color: #49429B;
}
.AnyTagClassName
{
color: #49429B;
}
</style>
background-color css
<style>
a { background-color: #49429B; }
a { background-color: rgb(73,66,155); }
div.DivClassName
{
background-color: #49429B;
}
.BgClassName
{
background-color: #49429B;
}
</style>
border-color css
<style>
span { border-color: #49429B; }
span { border-color: rgb(73,66,155); }
td.TdClassName
{
border-color: #49429B;
}
.TagClassName
{
border-color: #49429B;
}
</style>