Shades of Meteorite #4A395C
Tints of Meteorite #4A395C
RGB
CMYK
RGB Variations
Color information
#4A395C (or 0x4A395C) is known color: Meteorite. HEX triplet: 4A, 39 and 5C. RGB value is (74,57,92). Sum of RGB (Red+Green+Blue) = 74+57+92=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A395C is #B5C6A3. Grayscale: #414141. Windows color (decimal): -11912868 or 6043978. OLE color: 6043978.
HSL color Cylindrical-coordinate representation of color #4A395C: hue angle of 269.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A395C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 57 | 92 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.64 |
| HSL | 269.14º | 0.23% | 0.29% | - |
| HSV(B) | 269.14º | 0.38% | 0.36% | - |
| XYZ | 6.22 | 5.15 | 10.79 | - |
| YUV | 66.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 92 | 0.20 | 0.38 | 0 | 0.64 | 269.14 | 0.23 | 0.29 |
| Hex | 4A | 39 | 5C | 14 | 26 | 0 | 40 | 10D | 17 | 1D |
| Octal | 112 | 71 | 134 | 24 | 46 | 0 | 100 | 415 | 27 | 35 |
| Binary | 1001010 | 111001 | 1011100 | 10100 | 100110 | 0 | 1000000 | 100001101 | 10111 | 11101 |
Color Harmonies of #4A395C
Complementary color
Monochromatic Colors of #4A395C
Black with #4A395C
Text Example
Text Example
White with #4A395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A395C; }
p { color: rgb(74,57,92); }
H1.HeaderClassName
{
color: #4A395C;
}
.AnyTagClassName
{
color: #4A395C;
}
</style>
background-color css
<style>
a { background-color: #4A395C; }
a { background-color: rgb(74,57,92); }
div.DivClassName
{
background-color: #4A395C;
}
.BgClassName
{
background-color: #4A395C;
}
</style>
border-color css
<style>
span { border-color: #4A395C; }
span { border-color: rgb(74,57,92); }
td.TdClassName
{
border-color: #4A395C;
}
.TagClassName
{
border-color: #4A395C;
}
</style>