Shades of Meteorite #4A356A
Tints of Meteorite #4A356A
RGB
CMYK
RGB Variations
Color information
#4A356A (or 0x4A356A) is known color: Meteorite. HEX triplet: 4A, 35 and 6A. RGB value is (74,53,106). Sum of RGB (Red+Green+Blue) = 74+53+106=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A356A is #B5CA95. Grayscale: #414141. Windows color (decimal): -11913878 or 6960458. OLE color: 6960458.
HSL color Cylindrical-coordinate representation of color #4A356A: hue angle of 263.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A356A is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 53 | 106 | - |
| CMYK | 0.30 | 0.5 | 0 | 0.58 |
| HSL | 263.77º | 0.33% | 0.31% | - |
| HSV(B) | 263.77º | 0.5% | 0.42% | - |
| XYZ | 6.7 | 5.04 | 14.26 | - |
| YUV | 65.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 106 | 0.30 | 0.5 | 0 | 0.58 | 263.77 | 0.33 | 0.31 |
| Hex | 4A | 35 | 6A | 1E | 32 | 0 | 3A | 108 | 21 | 1F |
| Octal | 112 | 65 | 152 | 36 | 62 | 0 | 72 | 410 | 41 | 37 |
| Binary | 1001010 | 110101 | 1101010 | 11110 | 110010 | 0 | 111010 | 100001000 | 100001 | 11111 |
Color Harmonies of #4A356A
Complementary color
Monochromatic Colors of #4A356A
Black with #4A356A
Text Example
Text Example
White with #4A356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A356A; }
p { color: rgb(74,53,106); }
H1.HeaderClassName
{
color: #4A356A;
}
.AnyTagClassName
{
color: #4A356A;
}
</style>
background-color css
<style>
a { background-color: #4A356A; }
a { background-color: rgb(74,53,106); }
div.DivClassName
{
background-color: #4A356A;
}
.BgClassName
{
background-color: #4A356A;
}
</style>
border-color css
<style>
span { border-color: #4A356A; }
span { border-color: rgb(74,53,106); }
td.TdClassName
{
border-color: #4A356A;
}
.TagClassName
{
border-color: #4A356A;
}
</style>