Shades of Meteorite #4A3A5E
Tints of Meteorite #4A3A5E
RGB
CMYK
RGB Variations
Color information
#4A3A5E (or 0x4A3A5E) is known color: Meteorite. HEX triplet: 4A, 3A and 5E. RGB value is (74,58,94). Sum of RGB (Red+Green+Blue) = 74+58+94=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A3A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A5E is #B5C5A1. Grayscale: #424242. Windows color (decimal): -11912610 or 6175306. OLE color: 6175306.
HSL color Cylindrical-coordinate representation of color #4A3A5E: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3A5E is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 58 | 94 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.63 |
| HSL | 266.67º | 0.24% | 0.3% | - |
| HSV(B) | 266.67º | 0.38% | 0.37% | - |
| XYZ | 6.36 | 5.29 | 11.28 | - |
| YUV | 66.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 94 | 0.21 | 0.38 | 0 | 0.63 | 266.67 | 0.24 | 0.3 |
| Hex | 4A | 3A | 5E | 15 | 26 | 0 | 3F | 10B | 18 | 1E |
| Octal | 112 | 72 | 136 | 25 | 46 | 0 | 77 | 413 | 30 | 36 |
| Binary | 1001010 | 111010 | 1011110 | 10101 | 100110 | 0 | 111111 | 100001011 | 11000 | 11110 |
Color Harmonies of #4A3A5E
Complementary color
Monochromatic Colors of #4A3A5E
Black with #4A3A5E
Text Example
Text Example
White with #4A3A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A5E; }
p { color: rgb(74,58,94); }
H1.HeaderClassName
{
color: #4A3A5E;
}
.AnyTagClassName
{
color: #4A3A5E;
}
</style>
background-color css
<style>
a { background-color: #4A3A5E; }
a { background-color: rgb(74,58,94); }
div.DivClassName
{
background-color: #4A3A5E;
}
.BgClassName
{
background-color: #4A3A5E;
}
</style>
border-color css
<style>
span { border-color: #4A3A5E; }
span { border-color: rgb(74,58,94); }
td.TdClassName
{
border-color: #4A3A5E;
}
.TagClassName
{
border-color: #4A3A5E;
}
</style>