Shades of Meteorite #493364
Tints of Meteorite #493364
RGB
CMYK
RGB Variations
Color information
#493364 (or 0x493364) is known color: Meteorite. HEX triplet: 49, 33 and 64. RGB value is (73,51,100). Sum of RGB (Red+Green+Blue) = 73+51+100=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #493364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493364 is #B6CC9B. Grayscale: #3E3E3E. Windows color (decimal): -11979932 or 6566729. OLE color: 6566729.
HSL color Cylindrical-coordinate representation of color #493364: hue angle of 266.94º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493364 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 51 | 100 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.61 |
| HSL | 266.94º | 0.32% | 0.3% | - |
| HSV(B) | 266.94º | 0.49% | 0.39% | - |
| XYZ | 6.23 | 4.7 | 12.64 | - |
| YUV | 63.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 100 | 0.27 | 0.49 | 0 | 0.61 | 266.94 | 0.32 | 0.3 |
| Hex | 49 | 33 | 64 | 1B | 31 | 0 | 3D | 10B | 20 | 1E |
| Octal | 111 | 63 | 144 | 33 | 61 | 0 | 75 | 413 | 40 | 36 |
| Binary | 1001001 | 110011 | 1100100 | 11011 | 110001 | 0 | 111101 | 100001011 | 100000 | 11110 |
Color Harmonies of #493364
Complementary color
Monochromatic Colors of #493364
Black with #493364
Text Example
Text Example
White with #493364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493364; }
p { color: rgb(73,51,100); }
H1.HeaderClassName
{
color: #493364;
}
.AnyTagClassName
{
color: #493364;
}
</style>
background-color css
<style>
a { background-color: #493364; }
a { background-color: rgb(73,51,100); }
div.DivClassName
{
background-color: #493364;
}
.BgClassName
{
background-color: #493364;
}
</style>
border-color css
<style>
span { border-color: #493364; }
span { border-color: rgb(73,51,100); }
td.TdClassName
{
border-color: #493364;
}
.TagClassName
{
border-color: #493364;
}
</style>