Shades of Meteorite #493A5C
Tints of Meteorite #493A5C
RGB
CMYK
RGB Variations
Color information
#493A5C (or 0x493A5C) is known color: Meteorite. HEX triplet: 49, 3A and 5C. RGB value is (73,58,92). Sum of RGB (Red+Green+Blue) = 73+58+92=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #493A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A5C is #B6C5A3. Grayscale: #424242. Windows color (decimal): -11978148 or 6044233. OLE color: 6044233.
HSL color Cylindrical-coordinate representation of color #493A5C: hue angle of 266.47º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493A5C is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 58 | 92 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.64 |
| HSL | 266.47º | 0.23% | 0.29% | - |
| HSV(B) | 266.47º | 0.37% | 0.36% | - |
| XYZ | 6.19 | 5.22 | 10.81 | - |
| YUV | 66.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 92 | 0.21 | 0.37 | 0 | 0.64 | 266.47 | 0.23 | 0.29 |
| Hex | 49 | 3A | 5C | 15 | 25 | 0 | 40 | 10A | 17 | 1D |
| Octal | 111 | 72 | 134 | 25 | 45 | 0 | 100 | 412 | 27 | 35 |
| Binary | 1001001 | 111010 | 1011100 | 10101 | 100101 | 0 | 1000000 | 100001010 | 10111 | 11101 |
Color Harmonies of #493A5C
Complementary color
Monochromatic Colors of #493A5C
Black with #493A5C
Text Example
Text Example
White with #493A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A5C; }
p { color: rgb(73,58,92); }
H1.HeaderClassName
{
color: #493A5C;
}
.AnyTagClassName
{
color: #493A5C;
}
</style>
background-color css
<style>
a { background-color: #493A5C; }
a { background-color: rgb(73,58,92); }
div.DivClassName
{
background-color: #493A5C;
}
.BgClassName
{
background-color: #493A5C;
}
</style>
border-color css
<style>
span { border-color: #493A5C; }
span { border-color: rgb(73,58,92); }
td.TdClassName
{
border-color: #493A5C;
}
.TagClassName
{
border-color: #493A5C;
}
</style>