Shades of Meteorite #4A385D
Tints of Meteorite #4A385D
RGB
CMYK
RGB Variations
Color information
#4A385D (or 0x4A385D) is known color: Meteorite. HEX triplet: 4A, 38 and 5D. RGB value is (74,56,93). Sum of RGB (Red+Green+Blue) = 74+56+93=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A385D is #B5C7A2. Grayscale: #414141. Windows color (decimal): -11913123 or 6109258. OLE color: 6109258.
HSL color Cylindrical-coordinate representation of color #4A385D: hue angle of 269.19º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A385D is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 56 | 93 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.64 |
| HSL | 269.19º | 0.25% | 0.29% | - |
| HSV(B) | 269.19º | 0.4% | 0.36% | - |
| XYZ | 6.21 | 5.07 | 11.01 | - |
| YUV | 65.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 93 | 0.20 | 0.40 | 0 | 0.64 | 269.19 | 0.25 | 0.29 |
| Hex | 4A | 38 | 5D | 14 | 28 | 0 | 40 | 10D | 19 | 1D |
| Octal | 112 | 70 | 135 | 24 | 50 | 0 | 100 | 415 | 31 | 35 |
| Binary | 1001010 | 111000 | 1011101 | 10100 | 101000 | 0 | 1000000 | 100001101 | 11001 | 11101 |
Color Harmonies of #4A385D
Complementary color
Monochromatic Colors of #4A385D
Black with #4A385D
Text Example
Text Example
White with #4A385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A385D; }
p { color: rgb(74,56,93); }
H1.HeaderClassName
{
color: #4A385D;
}
.AnyTagClassName
{
color: #4A385D;
}
</style>
background-color css
<style>
a { background-color: #4A385D; }
a { background-color: rgb(74,56,93); }
div.DivClassName
{
background-color: #4A385D;
}
.BgClassName
{
background-color: #4A385D;
}
</style>
border-color css
<style>
span { border-color: #4A385D; }
span { border-color: rgb(74,56,93); }
td.TdClassName
{
border-color: #4A385D;
}
.TagClassName
{
border-color: #4A385D;
}
</style>