Shades of Meteorite #4A3561
Tints of Meteorite #4A3561
RGB
CMYK
RGB Variations
Color information
#4A3561 (or 0x4A3561) is known color: Meteorite. HEX triplet: 4A, 35 and 61. RGB value is (74,53,97). Sum of RGB (Red+Green+Blue) = 74+53+97=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3561 is #B5CA9E. Grayscale: #404040. Windows color (decimal): -11913887 or 6370634. OLE color: 6370634.
HSL color Cylindrical-coordinate representation of color #4A3561: hue angle of 268.64º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3561 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 53 | 97 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.62 |
| HSL | 268.64º | 0.29% | 0.29% | - |
| HSV(B) | 268.64º | 0.45% | 0.38% | - |
| XYZ | 6.25 | 4.87 | 11.92 | - |
| YUV | 64.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 97 | 0.24 | 0.45 | 0 | 0.62 | 268.64 | 0.29 | 0.29 |
| Hex | 4A | 35 | 61 | 18 | 2D | 0 | 3E | 10D | 1D | 1D |
| Octal | 112 | 65 | 141 | 30 | 55 | 0 | 76 | 415 | 35 | 35 |
| Binary | 1001010 | 110101 | 1100001 | 11000 | 101101 | 0 | 111110 | 100001101 | 11101 | 11101 |
Color Harmonies of #4A3561
Complementary color
Monochromatic Colors of #4A3561
Black with #4A3561
Text Example
Text Example
White with #4A3561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3561; }
p { color: rgb(74,53,97); }
H1.HeaderClassName
{
color: #4A3561;
}
.AnyTagClassName
{
color: #4A3561;
}
</style>
background-color css
<style>
a { background-color: #4A3561; }
a { background-color: rgb(74,53,97); }
div.DivClassName
{
background-color: #4A3561;
}
.BgClassName
{
background-color: #4A3561;
}
</style>
border-color css
<style>
span { border-color: #4A3561; }
span { border-color: rgb(74,53,97); }
td.TdClassName
{
border-color: #4A3561;
}
.TagClassName
{
border-color: #4A3561;
}
</style>