Shades of Meteorite #493E67
Tints of Meteorite #493E67
RGB
CMYK
RGB Variations
Color information
#493E67 (or 0x493E67) is known color: Meteorite. HEX triplet: 49, 3E and 67. RGB value is (73,62,103). Sum of RGB (Red+Green+Blue) = 73+62+103=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #493E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E67 is #B6C198. Grayscale: #454545. Windows color (decimal): -11977113 or 6766153. OLE color: 6766153.
HSL color Cylindrical-coordinate representation of color #493E67: hue angle of 256.1º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493E67 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 62 | 103 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.60 |
| HSL | 256.1º | 0.25% | 0.32% | - |
| HSV(B) | 256.1º | 0.4% | 0.4% | - |
| XYZ | 6.92 | 5.84 | 13.59 | - |
| YUV | 69.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 103 | 0.29 | 0.40 | 0 | 0.60 | 256.1 | 0.25 | 0.32 |
| Hex | 49 | 3E | 67 | 1D | 28 | 0 | 3C | 100 | 19 | 20 |
| Octal | 111 | 76 | 147 | 35 | 50 | 0 | 74 | 400 | 31 | 40 |
| Binary | 1001001 | 111110 | 1100111 | 11101 | 101000 | 0 | 111100 | 100000000 | 11001 | 100000 |
Color Harmonies of #493E67
Complementary color
Monochromatic Colors of #493E67
Black with #493E67
Text Example
Text Example
White with #493E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E67; }
p { color: rgb(73,62,103); }
H1.HeaderClassName
{
color: #493E67;
}
.AnyTagClassName
{
color: #493E67;
}
</style>
background-color css
<style>
a { background-color: #493E67; }
a { background-color: rgb(73,62,103); }
div.DivClassName
{
background-color: #493E67;
}
.BgClassName
{
background-color: #493E67;
}
</style>
border-color css
<style>
span { border-color: #493E67; }
span { border-color: rgb(73,62,103); }
td.TdClassName
{
border-color: #493E67;
}
.TagClassName
{
border-color: #493E67;
}
</style>