Shades of Meteorite #4A376D
Tints of Meteorite #4A376D
RGB
CMYK
RGB Variations
Color information
#4A376D (or 0x4A376D) is known color: Meteorite. HEX triplet: 4A, 37 and 6D. RGB value is (74,55,109). Sum of RGB (Red+Green+Blue) = 74+55+109=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A376D is #B5C892. Grayscale: #424242. Windows color (decimal): -11913363 or 7157578. OLE color: 7157578.
HSL color Cylindrical-coordinate representation of color #4A376D: hue angle of 261.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A376D is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 55 | 109 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.57 |
| HSL | 261.11º | 0.33% | 0.32% | - |
| HSV(B) | 261.11º | 0.5% | 0.43% | - |
| XYZ | 6.95 | 5.29 | 15.12 | - |
| YUV | 66.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 109 | 0.32 | 0.50 | 0 | 0.57 | 261.11 | 0.33 | 0.32 |
| Hex | 4A | 37 | 6D | 20 | 32 | 0 | 39 | 105 | 21 | 20 |
| Octal | 112 | 67 | 155 | 40 | 62 | 0 | 71 | 405 | 41 | 40 |
| Binary | 1001010 | 110111 | 1101101 | 100000 | 110010 | 0 | 111001 | 100000101 | 100001 | 100000 |
Color Harmonies of #4A376D
Complementary color
Monochromatic Colors of #4A376D
Black with #4A376D
Text Example
Text Example
White with #4A376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A376D; }
p { color: rgb(74,55,109); }
H1.HeaderClassName
{
color: #4A376D;
}
.AnyTagClassName
{
color: #4A376D;
}
</style>
background-color css
<style>
a { background-color: #4A376D; }
a { background-color: rgb(74,55,109); }
div.DivClassName
{
background-color: #4A376D;
}
.BgClassName
{
background-color: #4A376D;
}
</style>
border-color css
<style>
span { border-color: #4A376D; }
span { border-color: rgb(74,55,109); }
td.TdClassName
{
border-color: #4A376D;
}
.TagClassName
{
border-color: #4A376D;
}
</style>