Shades of Meteorite #4A405D
Tints of Meteorite #4A405D
RGB
CMYK
RGB Variations
Color information
#4A405D (or 0x4A405D) is known color: Meteorite. HEX triplet: 4A, 40 and 5D. RGB value is (74,64,93). Sum of RGB (Red+Green+Blue) = 74+64+93=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A405D is #B5BFA2. Grayscale: #464646. Windows color (decimal): -11911075 or 6111306. OLE color: 6111306.
HSL color Cylindrical-coordinate representation of color #4A405D: hue angle of 260.69º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A405D is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 64 | 93 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.64 |
| HSL | 260.69º | 0.18% | 0.31% | - |
| HSV(B) | 260.69º | 0.31% | 0.36% | - |
| XYZ | 6.63 | 5.91 | 11.15 | - |
| YUV | 70.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 93 | 0.20 | 0.31 | 0 | 0.64 | 260.69 | 0.18 | 0.31 |
| Hex | 4A | 40 | 5D | 14 | 1F | 0 | 40 | 105 | 12 | 1F |
| Octal | 112 | 100 | 135 | 24 | 37 | 0 | 100 | 405 | 22 | 37 |
| Binary | 1001010 | 1000000 | 1011101 | 10100 | 11111 | 0 | 1000000 | 100000101 | 10010 | 11111 |
Color Harmonies of #4A405D
Complementary color
Monochromatic Colors of #4A405D
Black with #4A405D
Text Example
Text Example
White with #4A405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A405D; }
p { color: rgb(74,64,93); }
H1.HeaderClassName
{
color: #4A405D;
}
.AnyTagClassName
{
color: #4A405D;
}
</style>
background-color css
<style>
a { background-color: #4A405D; }
a { background-color: rgb(74,64,93); }
div.DivClassName
{
background-color: #4A405D;
}
.BgClassName
{
background-color: #4A405D;
}
</style>
border-color css
<style>
span { border-color: #4A405D; }
span { border-color: rgb(74,64,93); }
td.TdClassName
{
border-color: #4A405D;
}
.TagClassName
{
border-color: #4A405D;
}
</style>