Shades of Meteorite #4A3976
Tints of Meteorite #4A3976
RGB
CMYK
RGB Variations
Color information
#4A3976 (or 0x4A3976) is known color: Meteorite. HEX triplet: 4A, 39 and 76. RGB value is (74,57,118). Sum of RGB (Red+Green+Blue) = 74+57+118=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3976 is #B5C689. Grayscale: #444444. Windows color (decimal): -11912842 or 7747914. OLE color: 7747914.
HSL color Cylindrical-coordinate representation of color #4A3976: hue angle of 256.72º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A3976 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 57 | 118 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.54 |
| HSL | 256.72º | 0.35% | 0.34% | - |
| HSV(B) | 256.72º | 0.52% | 0.46% | - |
| XYZ | 7.56 | 5.69 | 17.84 | - |
| YUV | 69.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 118 | 0.37 | 0.52 | 0 | 0.54 | 256.72 | 0.35 | 0.34 |
| Hex | 4A | 39 | 76 | 25 | 34 | 0 | 36 | 101 | 23 | 22 |
| Octal | 112 | 71 | 166 | 45 | 64 | 0 | 66 | 401 | 43 | 42 |
| Binary | 1001010 | 111001 | 1110110 | 100101 | 110100 | 0 | 110110 | 100000001 | 100011 | 100010 |
Color Harmonies of #4A3976
Complementary color
Monochromatic Colors of #4A3976
Black with #4A3976
Text Example
Text Example
White with #4A3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3976; }
p { color: rgb(74,57,118); }
H1.HeaderClassName
{
color: #4A3976;
}
.AnyTagClassName
{
color: #4A3976;
}
</style>
background-color css
<style>
a { background-color: #4A3976; }
a { background-color: rgb(74,57,118); }
div.DivClassName
{
background-color: #4A3976;
}
.BgClassName
{
background-color: #4A3976;
}
</style>
border-color css
<style>
span { border-color: #4A3976; }
span { border-color: rgb(74,57,118); }
td.TdClassName
{
border-color: #4A3976;
}
.TagClassName
{
border-color: #4A3976;
}
</style>