Shades of Meteorite #4A3C6A
Tints of Meteorite #4A3C6A
RGB
CMYK
RGB Variations
Color information
#4A3C6A (or 0x4A3C6A) is known color: Meteorite. HEX triplet: 4A, 3C and 6A. RGB value is (74,60,106). Sum of RGB (Red+Green+Blue) = 74+60+106=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A3C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C6A is #B5C395. Grayscale: #454545. Windows color (decimal): -11912086 or 6962250. OLE color: 6962250.
HSL color Cylindrical-coordinate representation of color #4A3C6A: hue angle of 258.26º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A3C6A is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 60 | 106 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.58 |
| HSL | 258.26º | 0.28% | 0.33% | - |
| HSV(B) | 258.26º | 0.43% | 0.42% | - |
| XYZ | 7.04 | 5.73 | 14.37 | - |
| YUV | 69.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 106 | 0.30 | 0.43 | 0 | 0.58 | 258.26 | 0.28 | 0.33 |
| Hex | 4A | 3C | 6A | 1E | 2B | 0 | 3A | 102 | 1C | 21 |
| Octal | 112 | 74 | 152 | 36 | 53 | 0 | 72 | 402 | 34 | 41 |
| Binary | 1001010 | 111100 | 1101010 | 11110 | 101011 | 0 | 111010 | 100000010 | 11100 | 100001 |
Color Harmonies of #4A3C6A
Complementary color
Monochromatic Colors of #4A3C6A
Black with #4A3C6A
Text Example
Text Example
White with #4A3C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C6A; }
p { color: rgb(74,60,106); }
H1.HeaderClassName
{
color: #4A3C6A;
}
.AnyTagClassName
{
color: #4A3C6A;
}
</style>
background-color css
<style>
a { background-color: #4A3C6A; }
a { background-color: rgb(74,60,106); }
div.DivClassName
{
background-color: #4A3C6A;
}
.BgClassName
{
background-color: #4A3C6A;
}
</style>
border-color css
<style>
span { border-color: #4A3C6A; }
span { border-color: rgb(74,60,106); }
td.TdClassName
{
border-color: #4A3C6A;
}
.TagClassName
{
border-color: #4A3C6A;
}
</style>