Shades of Meteorite #493767
Tints of Meteorite #493767
RGB
CMYK
RGB Variations
Color information
#493767 (or 0x493767) is known color: Meteorite. HEX triplet: 49, 37 and 67. RGB value is (73,55,103). Sum of RGB (Red+Green+Blue) = 73+55+103=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #493767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493767 is #B6C898. Grayscale: #414141. Windows color (decimal): -11978905 or 6764361. OLE color: 6764361.
HSL color Cylindrical-coordinate representation of color #493767: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493767 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 55 | 103 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.60 |
| HSL | 262.5º | 0.3% | 0.31% | - |
| HSV(B) | 262.5º | 0.47% | 0.4% | - |
| XYZ | 6.56 | 5.13 | 13.48 | - |
| YUV | 65.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 103 | 0.29 | 0.47 | 0 | 0.60 | 262.5 | 0.3 | 0.31 |
| Hex | 49 | 37 | 67 | 1D | 2F | 0 | 3C | 106 | 1E | 1F |
| Octal | 111 | 67 | 147 | 35 | 57 | 0 | 74 | 406 | 36 | 37 |
| Binary | 1001001 | 110111 | 1100111 | 11101 | 101111 | 0 | 111100 | 100000110 | 11110 | 11111 |
Color Harmonies of #493767
Complementary color
Monochromatic Colors of #493767
Black with #493767
Text Example
Text Example
White with #493767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493767; }
p { color: rgb(73,55,103); }
H1.HeaderClassName
{
color: #493767;
}
.AnyTagClassName
{
color: #493767;
}
</style>
background-color css
<style>
a { background-color: #493767; }
a { background-color: rgb(73,55,103); }
div.DivClassName
{
background-color: #493767;
}
.BgClassName
{
background-color: #493767;
}
</style>
border-color css
<style>
span { border-color: #493767; }
span { border-color: rgb(73,55,103); }
td.TdClassName
{
border-color: #493767;
}
.TagClassName
{
border-color: #493767;
}
</style>