Shades of Meteorite #4A3E5E
Tints of Meteorite #4A3E5E
RGB
CMYK
RGB Variations
Color information
#4A3E5E (or 0x4A3E5E) is known color: Meteorite. HEX triplet: 4A, 3E and 5E. RGB value is (74,62,94). Sum of RGB (Red+Green+Blue) = 74+62+94=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A3E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E5E is #B5C1A1. Grayscale: #454545. Windows color (decimal): -11911586 or 6176330. OLE color: 6176330.
HSL color Cylindrical-coordinate representation of color #4A3E5E: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3E5E is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 74 | 62 | 94 | - |
CMYK | 0.21 | 0.34 | 0 | 0.63 |
HSL | 262.5º | 0.21% | 0.31% | - |
HSV(B) | 262.5º | 0.34% | 0.37% | - |
XYZ | 6.57 | 5.71 | 11.35 | - |
YUV | 69.24 | 141.98 | 131.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 62 | 94 | 0.21 | 0.34 | 0 | 0.63 | 262.5 | 0.21 | 0.31 |
Hex | 4A | 3E | 5E | 15 | 22 | 0 | 3F | 106 | 15 | 1F |
Octal | 112 | 76 | 136 | 25 | 42 | 0 | 77 | 406 | 25 | 37 |
Binary | 1001010 | 111110 | 1011110 | 10101 | 100010 | 0 | 111111 | 100000110 | 10101 | 11111 |
Color Harmonies of #4A3E5E
Complementary color
Monochromatic Colors of #4A3E5E
Black with #4A3E5E
Text Example
Text Example
White with #4A3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E5E; }
p { color: rgb(74,62,94); }
H1.HeaderClassName
{
color: #4A3E5E;
}
.AnyTagClassName
{
color: #4A3E5E;
}
</style>
background-color css
<style>
a { background-color: #4A3E5E; }
a { background-color: rgb(74,62,94); }
div.DivClassName
{
background-color: #4A3E5E;
}
.BgClassName
{
background-color: #4A3E5E;
}
</style>
border-color css
<style>
span { border-color: #4A3E5E; }
span { border-color: rgb(74,62,94); }
td.TdClassName
{
border-color: #4A3E5E;
}
.TagClassName
{
border-color: #4A3E5E;
}
</style>