Shades of Meteorite #493861
Tints of Meteorite #493861
RGB
CMYK
RGB Variations
Color information
#493861 (or 0x493861) is known color: Meteorite. HEX triplet: 49, 38 and 61. RGB value is (73,56,97). Sum of RGB (Red+Green+Blue) = 73+56+97=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #493861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493861 is #B6C79E. Grayscale: #414141. Windows color (decimal): -11978655 or 6371401. OLE color: 6371401.
HSL color Cylindrical-coordinate representation of color #493861: hue angle of 264.88º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493861 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 56 | 97 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.62 |
| HSL | 264.88º | 0.27% | 0.3% | - |
| HSV(B) | 264.88º | 0.42% | 0.38% | - |
| XYZ | 6.32 | 5.11 | 11.96 | - |
| YUV | 65.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 97 | 0.25 | 0.42 | 0 | 0.62 | 264.88 | 0.27 | 0.3 |
| Hex | 49 | 38 | 61 | 19 | 2A | 0 | 3E | 109 | 1B | 1E |
| Octal | 111 | 70 | 141 | 31 | 52 | 0 | 76 | 411 | 33 | 36 |
| Binary | 1001001 | 111000 | 1100001 | 11001 | 101010 | 0 | 111110 | 100001001 | 11011 | 11110 |
Color Harmonies of #493861
Complementary color
Monochromatic Colors of #493861
Black with #493861
Text Example
Text Example
White with #493861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493861; }
p { color: rgb(73,56,97); }
H1.HeaderClassName
{
color: #493861;
}
.AnyTagClassName
{
color: #493861;
}
</style>
background-color css
<style>
a { background-color: #493861; }
a { background-color: rgb(73,56,97); }
div.DivClassName
{
background-color: #493861;
}
.BgClassName
{
background-color: #493861;
}
</style>
border-color css
<style>
span { border-color: #493861; }
span { border-color: rgb(73,56,97); }
td.TdClassName
{
border-color: #493861;
}
.TagClassName
{
border-color: #493861;
}
</style>