Shades of Meteorite #493564
Tints of Meteorite #493564
RGB
CMYK
RGB Variations
Color information
#493564 (or 0x493564) is known color: Meteorite. HEX triplet: 49, 35 and 64. RGB value is (73,53,100). Sum of RGB (Red+Green+Blue) = 73+53+100=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #493564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493564 is #B6CA9B. Grayscale: #404040. Windows color (decimal): -11979420 or 6567241. OLE color: 6567241.
HSL color Cylindrical-coordinate representation of color #493564: hue angle of 265.53º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493564 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 53 | 100 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.61 |
| HSL | 265.53º | 0.31% | 0.3% | - |
| HSV(B) | 265.53º | 0.47% | 0.39% | - |
| XYZ | 6.32 | 4.88 | 12.67 | - |
| YUV | 64.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 100 | 0.27 | 0.47 | 0 | 0.61 | 265.53 | 0.31 | 0.3 |
| Hex | 49 | 35 | 64 | 1B | 2F | 0 | 3D | 10A | 1F | 1E |
| Octal | 111 | 65 | 144 | 33 | 57 | 0 | 75 | 412 | 37 | 36 |
| Binary | 1001001 | 110101 | 1100100 | 11011 | 101111 | 0 | 111101 | 100001010 | 11111 | 11110 |
Color Harmonies of #493564
Complementary color
Monochromatic Colors of #493564
Black with #493564
Text Example
Text Example
White with #493564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493564; }
p { color: rgb(73,53,100); }
H1.HeaderClassName
{
color: #493564;
}
.AnyTagClassName
{
color: #493564;
}
</style>
background-color css
<style>
a { background-color: #493564; }
a { background-color: rgb(73,53,100); }
div.DivClassName
{
background-color: #493564;
}
.BgClassName
{
background-color: #493564;
}
</style>
border-color css
<style>
span { border-color: #493564; }
span { border-color: rgb(73,53,100); }
td.TdClassName
{
border-color: #493564;
}
.TagClassName
{
border-color: #493564;
}
</style>