Shades of Meteorite #4A415D
Tints of Meteorite #4A415D
RGB
CMYK
RGB Variations
Color information
#4A415D (or 0x4A415D) is known color: Meteorite. HEX triplet: 4A, 41 and 5D. RGB value is (74,65,93). Sum of RGB (Red+Green+Blue) = 74+65+93=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A415D is #B5BEA2. Grayscale: #464646. Windows color (decimal): -11910819 or 6111562. OLE color: 6111562.
HSL color Cylindrical-coordinate representation of color #4A415D: hue angle of 259.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A415D is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 65 | 93 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.64 |
| HSL | 259.29º | 0.18% | 0.31% | - |
| HSV(B) | 259.29º | 0.3% | 0.36% | - |
| XYZ | 6.69 | 6.03 | 11.17 | - |
| YUV | 70.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 93 | 0.20 | 0.30 | 0 | 0.64 | 259.29 | 0.18 | 0.31 |
| Hex | 4A | 41 | 5D | 14 | 1E | 0 | 40 | 103 | 12 | 1F |
| Octal | 112 | 101 | 135 | 24 | 36 | 0 | 100 | 403 | 22 | 37 |
| Binary | 1001010 | 1000001 | 1011101 | 10100 | 11110 | 0 | 1000000 | 100000011 | 10010 | 11111 |
Color Harmonies of #4A415D
Complementary color
Monochromatic Colors of #4A415D
Black with #4A415D
Text Example
Text Example
White with #4A415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A415D; }
p { color: rgb(74,65,93); }
H1.HeaderClassName
{
color: #4A415D;
}
.AnyTagClassName
{
color: #4A415D;
}
</style>
background-color css
<style>
a { background-color: #4A415D; }
a { background-color: rgb(74,65,93); }
div.DivClassName
{
background-color: #4A415D;
}
.BgClassName
{
background-color: #4A415D;
}
</style>
border-color css
<style>
span { border-color: #4A415D; }
span { border-color: rgb(74,65,93); }
td.TdClassName
{
border-color: #4A415D;
}
.TagClassName
{
border-color: #4A415D;
}
</style>