Shades of Meteorite #493A6C
Tints of Meteorite #493A6C
RGB
CMYK
RGB Variations
Color information
#493A6C (or 0x493A6C) is known color: Meteorite. HEX triplet: 49, 3A and 6C. RGB value is (73,58,108). Sum of RGB (Red+Green+Blue) = 73+58+108=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #493A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6C is #B6C593. Grayscale: #444444. Windows color (decimal): -11978132 or 7092809. OLE color: 7092809.
HSL color Cylindrical-coordinate representation of color #493A6C: hue angle of 258º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493A6C is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 58 | 108 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.58 |
| HSL | 258º | 0.3% | 0.33% | - |
| HSV(B) | 258º | 0.46% | 0.42% | - |
| XYZ | 6.97 | 5.53 | 14.89 | - |
| YUV | 68.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 108 | 0.32 | 0.46 | 0 | 0.58 | 258 | 0.3 | 0.33 |
| Hex | 49 | 3A | 6C | 20 | 2E | 0 | 3A | 102 | 1E | 21 |
| Octal | 111 | 72 | 154 | 40 | 56 | 0 | 72 | 402 | 36 | 41 |
| Binary | 1001001 | 111010 | 1101100 | 100000 | 101110 | 0 | 111010 | 100000010 | 11110 | 100001 |
Color Harmonies of #493A6C
Complementary color
Monochromatic Colors of #493A6C
Black with #493A6C
Text Example
Text Example
White with #493A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A6C; }
p { color: rgb(73,58,108); }
H1.HeaderClassName
{
color: #493A6C;
}
.AnyTagClassName
{
color: #493A6C;
}
</style>
background-color css
<style>
a { background-color: #493A6C; }
a { background-color: rgb(73,58,108); }
div.DivClassName
{
background-color: #493A6C;
}
.BgClassName
{
background-color: #493A6C;
}
</style>
border-color css
<style>
span { border-color: #493A6C; }
span { border-color: rgb(73,58,108); }
td.TdClassName
{
border-color: #493A6C;
}
.TagClassName
{
border-color: #493A6C;
}
</style>