Shades of Meteorite #4A3571
Tints of Meteorite #4A3571
RGB
CMYK
RGB Variations
Color information
#4A3571 (or 0x4A3571) is known color: Meteorite. HEX triplet: 4A, 35 and 71. RGB value is (74,53,113). Sum of RGB (Red+Green+Blue) = 74+53+113=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #4A3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3571 is #B5CA8E. Grayscale: #414141. Windows color (decimal): -11913871 or 7419210. OLE color: 7419210.
HSL color Cylindrical-coordinate representation of color #4A3571: hue angle of 261º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A3571 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 53 | 113 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.56 |
| HSL | 261º | 0.36% | 0.33% | - |
| HSV(B) | 261º | 0.53% | 0.44% | - |
| XYZ | 7.08 | 5.19 | 16.25 | - |
| YUV | 66.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 113 | 0.35 | 0.53 | 0 | 0.56 | 261 | 0.36 | 0.33 |
| Hex | 4A | 35 | 71 | 23 | 35 | 0 | 38 | 105 | 24 | 21 |
| Octal | 112 | 65 | 161 | 43 | 65 | 0 | 70 | 405 | 44 | 41 |
| Binary | 1001010 | 110101 | 1110001 | 100011 | 110101 | 0 | 111000 | 100000101 | 100100 | 100001 |
Color Harmonies of #4A3571
Complementary color
Monochromatic Colors of #4A3571
Black with #4A3571
Text Example
Text Example
White with #4A3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3571; }
p { color: rgb(74,53,113); }
H1.HeaderClassName
{
color: #4A3571;
}
.AnyTagClassName
{
color: #4A3571;
}
</style>
background-color css
<style>
a { background-color: #4A3571; }
a { background-color: rgb(74,53,113); }
div.DivClassName
{
background-color: #4A3571;
}
.BgClassName
{
background-color: #4A3571;
}
</style>
border-color css
<style>
span { border-color: #4A3571; }
span { border-color: rgb(74,53,113); }
td.TdClassName
{
border-color: #4A3571;
}
.TagClassName
{
border-color: #4A3571;
}
</style>