Shades of Meteorite #49416E
Tints of Meteorite #49416E
RGB
CMYK
RGB Variations
Color information
#49416E (or 0x49416E) is known color: Meteorite. HEX triplet: 49, 41 and 6E. RGB value is (73,65,110). Sum of RGB (Red+Green+Blue) = 73+65+110=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #49416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49416E is #B6BE91. Grayscale: #484848. Windows color (decimal): -11976338 or 7225673. OLE color: 7225673.
HSL color Cylindrical-coordinate representation of color #49416E: hue angle of 250.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49416E is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 65 | 110 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.57 |
| HSL | 250.67º | 0.26% | 0.34% | - |
| HSV(B) | 250.67º | 0.41% | 0.43% | - |
| XYZ | 7.45 | 6.32 | 15.58 | - |
| YUV | 72.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 110 | 0.34 | 0.41 | 0 | 0.57 | 250.67 | 0.26 | 0.34 |
| Hex | 49 | 41 | 6E | 22 | 29 | 0 | 39 | FB | 1A | 22 |
| Octal | 111 | 101 | 156 | 42 | 51 | 0 | 71 | 373 | 32 | 42 |
| Binary | 1001001 | 1000001 | 1101110 | 100010 | 101001 | 0 | 111001 | 11111011 | 11010 | 100010 |
Color Harmonies of #49416E
Complementary color
Monochromatic Colors of #49416E
Black with #49416E
Text Example
Text Example
White with #49416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49416E; }
p { color: rgb(73,65,110); }
H1.HeaderClassName
{
color: #49416E;
}
.AnyTagClassName
{
color: #49416E;
}
</style>
background-color css
<style>
a { background-color: #49416E; }
a { background-color: rgb(73,65,110); }
div.DivClassName
{
background-color: #49416E;
}
.BgClassName
{
background-color: #49416E;
}
</style>
border-color css
<style>
span { border-color: #49416E; }
span { border-color: rgb(73,65,110); }
td.TdClassName
{
border-color: #49416E;
}
.TagClassName
{
border-color: #49416E;
}
</style>