Shades of Meteorite #4A3563
Tints of Meteorite #4A3563
RGB
CMYK
RGB Variations
Color information
#4A3563 (or 0x4A3563) is known color: Meteorite. HEX triplet: 4A, 35 and 63. RGB value is (74,53,99). Sum of RGB (Red+Green+Blue) = 74+53+99=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3563 is #B5CA9C. Grayscale: #404040. Windows color (decimal): -11913885 or 6501706. OLE color: 6501706.
HSL color Cylindrical-coordinate representation of color #4A3563: hue angle of 267.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A3563 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 53 | 99 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.61 |
| HSL | 267.39º | 0.3% | 0.3% | - |
| HSV(B) | 267.39º | 0.46% | 0.39% | - |
| XYZ | 6.35 | 4.9 | 12.42 | - |
| YUV | 64.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 99 | 0.25 | 0.46 | 0 | 0.61 | 267.39 | 0.3 | 0.3 |
| Hex | 4A | 35 | 63 | 19 | 2E | 0 | 3D | 10B | 1E | 1E |
| Octal | 112 | 65 | 143 | 31 | 56 | 0 | 75 | 413 | 36 | 36 |
| Binary | 1001010 | 110101 | 1100011 | 11001 | 101110 | 0 | 111101 | 100001011 | 11110 | 11110 |
Color Harmonies of #4A3563
Complementary color
Monochromatic Colors of #4A3563
Black with #4A3563
Text Example
Text Example
White with #4A3563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3563; }
p { color: rgb(74,53,99); }
H1.HeaderClassName
{
color: #4A3563;
}
.AnyTagClassName
{
color: #4A3563;
}
</style>
background-color css
<style>
a { background-color: #4A3563; }
a { background-color: rgb(74,53,99); }
div.DivClassName
{
background-color: #4A3563;
}
.BgClassName
{
background-color: #4A3563;
}
</style>
border-color css
<style>
span { border-color: #4A3563; }
span { border-color: rgb(74,53,99); }
td.TdClassName
{
border-color: #4A3563;
}
.TagClassName
{
border-color: #4A3563;
}
</style>