Shades of Meteorite #493D6B
Tints of Meteorite #493D6B
RGB
CMYK
RGB Variations
Color information
#493D6B (or 0x493D6B) is known color: Meteorite. HEX triplet: 49, 3D and 6B. RGB value is (73,61,107). Sum of RGB (Red+Green+Blue) = 73+61+107=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #493D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D6B is #B6C294. Grayscale: #454545. Windows color (decimal): -11977365 or 7028041. OLE color: 7028041.
HSL color Cylindrical-coordinate representation of color #493D6B: hue angle of 255.65º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493D6B is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 61 | 107 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.58 |
| HSL | 255.65º | 0.27% | 0.33% | - |
| HSV(B) | 255.65º | 0.43% | 0.42% | - |
| XYZ | 7.07 | 5.82 | 14.66 | - |
| YUV | 69.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 107 | 0.32 | 0.43 | 0 | 0.58 | 255.65 | 0.27 | 0.33 |
| Hex | 49 | 3D | 6B | 20 | 2B | 0 | 3A | 100 | 1B | 21 |
| Octal | 111 | 75 | 153 | 40 | 53 | 0 | 72 | 400 | 33 | 41 |
| Binary | 1001001 | 111101 | 1101011 | 100000 | 101011 | 0 | 111010 | 100000000 | 11011 | 100001 |
Color Harmonies of #493D6B
Complementary color
Monochromatic Colors of #493D6B
Black with #493D6B
Text Example
Text Example
White with #493D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D6B; }
p { color: rgb(73,61,107); }
H1.HeaderClassName
{
color: #493D6B;
}
.AnyTagClassName
{
color: #493D6B;
}
</style>
background-color css
<style>
a { background-color: #493D6B; }
a { background-color: rgb(73,61,107); }
div.DivClassName
{
background-color: #493D6B;
}
.BgClassName
{
background-color: #493D6B;
}
</style>
border-color css
<style>
span { border-color: #493D6B; }
span { border-color: rgb(73,61,107); }
td.TdClassName
{
border-color: #493D6B;
}
.TagClassName
{
border-color: #493D6B;
}
</style>