Shades of Meteorite #4A3968
Tints of Meteorite #4A3968
RGB
CMYK
RGB Variations
Color information
#4A3968 (or 0x4A3968) is known color: Meteorite. HEX triplet: 4A, 39 and 68. RGB value is (74,57,104). Sum of RGB (Red+Green+Blue) = 74+57+104=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3968 is #B5C697. Grayscale: #434343. Windows color (decimal): -11912856 or 6830410. OLE color: 6830410.
HSL color Cylindrical-coordinate representation of color #4A3968: hue angle of 261.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3968 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 57 | 104 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.59 |
| HSL | 261.7º | 0.29% | 0.32% | - |
| HSV(B) | 261.7º | 0.45% | 0.41% | - |
| XYZ | 6.79 | 5.38 | 13.78 | - |
| YUV | 67.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 104 | 0.29 | 0.45 | 0 | 0.59 | 261.7 | 0.29 | 0.32 |
| Hex | 4A | 39 | 68 | 1D | 2D | 0 | 3B | 106 | 1D | 20 |
| Octal | 112 | 71 | 150 | 35 | 55 | 0 | 73 | 406 | 35 | 40 |
| Binary | 1001010 | 111001 | 1101000 | 11101 | 101101 | 0 | 111011 | 100000110 | 11101 | 100000 |
Color Harmonies of #4A3968
Complementary color
Monochromatic Colors of #4A3968
Black with #4A3968
Text Example
Text Example
White with #4A3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3968; }
p { color: rgb(74,57,104); }
H1.HeaderClassName
{
color: #4A3968;
}
.AnyTagClassName
{
color: #4A3968;
}
</style>
background-color css
<style>
a { background-color: #4A3968; }
a { background-color: rgb(74,57,104); }
div.DivClassName
{
background-color: #4A3968;
}
.BgClassName
{
background-color: #4A3968;
}
</style>
border-color css
<style>
span { border-color: #4A3968; }
span { border-color: rgb(74,57,104); }
td.TdClassName
{
border-color: #4A3968;
}
.TagClassName
{
border-color: #4A3968;
}
</style>