Shades of Meteorite #49385F
Tints of Meteorite #49385F
RGB
CMYK
RGB Variations
Color information
#49385F (or 0x49385F) is known color: Meteorite. HEX triplet: 49, 38 and 5F. RGB value is (73,56,95). Sum of RGB (Red+Green+Blue) = 73+56+95=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #49385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385F is #B6C7A0. Grayscale: #414141. Windows color (decimal): -11978657 or 6240329. OLE color: 6240329.
HSL color Cylindrical-coordinate representation of color #49385F: hue angle of 266.15º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49385F is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 56 | 95 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.63 |
| HSL | 266.15º | 0.26% | 0.3% | - |
| HSV(B) | 266.15º | 0.41% | 0.37% | - |
| XYZ | 6.23 | 5.07 | 11.48 | - |
| YUV | 65.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 95 | 0.23 | 0.41 | 0 | 0.63 | 266.15 | 0.26 | 0.3 |
| Hex | 49 | 38 | 5F | 17 | 29 | 0 | 3F | 10A | 1A | 1E |
| Octal | 111 | 70 | 137 | 27 | 51 | 0 | 77 | 412 | 32 | 36 |
| Binary | 1001001 | 111000 | 1011111 | 10111 | 101001 | 0 | 111111 | 100001010 | 11010 | 11110 |
Color Harmonies of #49385F
Complementary color
Monochromatic Colors of #49385F
Black with #49385F
Text Example
Text Example
White with #49385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49385F; }
p { color: rgb(73,56,95); }
H1.HeaderClassName
{
color: #49385F;
}
.AnyTagClassName
{
color: #49385F;
}
</style>
background-color css
<style>
a { background-color: #49385F; }
a { background-color: rgb(73,56,95); }
div.DivClassName
{
background-color: #49385F;
}
.BgClassName
{
background-color: #49385F;
}
</style>
border-color css
<style>
span { border-color: #49385F; }
span { border-color: rgb(73,56,95); }
td.TdClassName
{
border-color: #49385F;
}
.TagClassName
{
border-color: #49385F;
}
</style>