Shades of Meteorite #493A67
Tints of Meteorite #493A67
RGB
CMYK
RGB Variations
Color information
#493A67 (or 0x493A67) is known color: Meteorite. HEX triplet: 49, 3A and 67. RGB value is (73,58,103). Sum of RGB (Red+Green+Blue) = 73+58+103=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #493A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A67 is #B6C598. Grayscale: #434343. Windows color (decimal): -11978137 or 6765129. OLE color: 6765129.
HSL color Cylindrical-coordinate representation of color #493A67: hue angle of 260º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493A67 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 58 | 103 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.60 |
| HSL | 260º | 0.28% | 0.32% | - |
| HSV(B) | 260º | 0.44% | 0.4% | - |
| XYZ | 6.71 | 5.42 | 13.52 | - |
| YUV | 67.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 103 | 0.29 | 0.44 | 0 | 0.60 | 260 | 0.28 | 0.32 |
| Hex | 49 | 3A | 67 | 1D | 2C | 0 | 3C | 104 | 1C | 20 |
| Octal | 111 | 72 | 147 | 35 | 54 | 0 | 74 | 404 | 34 | 40 |
| Binary | 1001001 | 111010 | 1100111 | 11101 | 101100 | 0 | 111100 | 100000100 | 11100 | 100000 |
Color Harmonies of #493A67
Complementary color
Monochromatic Colors of #493A67
Black with #493A67
Text Example
Text Example
White with #493A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A67; }
p { color: rgb(73,58,103); }
H1.HeaderClassName
{
color: #493A67;
}
.AnyTagClassName
{
color: #493A67;
}
</style>
background-color css
<style>
a { background-color: #493A67; }
a { background-color: rgb(73,58,103); }
div.DivClassName
{
background-color: #493A67;
}
.BgClassName
{
background-color: #493A67;
}
</style>
border-color css
<style>
span { border-color: #493A67; }
span { border-color: rgb(73,58,103); }
td.TdClassName
{
border-color: #493A67;
}
.TagClassName
{
border-color: #493A67;
}
</style>