Shades of Meteorite #493874
Tints of Meteorite #493874
RGB
CMYK
RGB Variations
Color information
#493874 (or 0x493874) is known color: Meteorite. HEX triplet: 49, 38 and 74. RGB value is (73,56,116). Sum of RGB (Red+Green+Blue) = 73+56+116=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #493874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493874 is #B6C78B. Grayscale: #434343. Windows color (decimal): -11978636 or 7616585. OLE color: 7616585.
HSL color Cylindrical-coordinate representation of color #493874: hue angle of 257º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493874 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 56 | 116 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.55 |
| HSL | 257º | 0.35% | 0.34% | - |
| HSV(B) | 257º | 0.52% | 0.45% | - |
| XYZ | 7.31 | 5.51 | 17.2 | - |
| YUV | 67.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 116 | 0.37 | 0.52 | 0 | 0.55 | 257 | 0.35 | 0.34 |
| Hex | 49 | 38 | 74 | 25 | 34 | 0 | 37 | 101 | 23 | 22 |
| Octal | 111 | 70 | 164 | 45 | 64 | 0 | 67 | 401 | 43 | 42 |
| Binary | 1001001 | 111000 | 1110100 | 100101 | 110100 | 0 | 110111 | 100000001 | 100011 | 100010 |
Color Harmonies of #493874
Complementary color
Monochromatic Colors of #493874
Black with #493874
Text Example
Text Example
White with #493874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493874; }
p { color: rgb(73,56,116); }
H1.HeaderClassName
{
color: #493874;
}
.AnyTagClassName
{
color: #493874;
}
</style>
background-color css
<style>
a { background-color: #493874; }
a { background-color: rgb(73,56,116); }
div.DivClassName
{
background-color: #493874;
}
.BgClassName
{
background-color: #493874;
}
</style>
border-color css
<style>
span { border-color: #493874; }
span { border-color: rgb(73,56,116); }
td.TdClassName
{
border-color: #493874;
}
.TagClassName
{
border-color: #493874;
}
</style>