Shades of Meteorite #4A416D
Tints of Meteorite #4A416D
RGB
CMYK
RGB Variations
Color information
#4A416D (or 0x4A416D) is known color: Meteorite. HEX triplet: 4A, 41 and 6D. RGB value is (74,65,109). Sum of RGB (Red+Green+Blue) = 74+65+109=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A416D is #B5BE92. Grayscale: #484848. Windows color (decimal): -11910803 or 7160138. OLE color: 7160138.
HSL color Cylindrical-coordinate representation of color #4A416D: hue angle of 252.27º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A416D is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 74 | 65 | 109 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.57 |
| HSL | 252.27º | 0.25% | 0.34% | - |
| HSV(B) | 252.27º | 0.4% | 0.43% | - |
| XYZ | 7.47 | 6.34 | 15.3 | - |
| YUV | 72.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 109 | 0.32 | 0.40 | 0 | 0.57 | 252.27 | 0.25 | 0.34 |
| Hex | 4A | 41 | 6D | 20 | 28 | 0 | 39 | FC | 19 | 22 |
| Octal | 112 | 101 | 155 | 40 | 50 | 0 | 71 | 374 | 31 | 42 |
| Binary | 1001010 | 1000001 | 1101101 | 100000 | 101000 | 0 | 111001 | 11111100 | 11001 | 100010 |
Color Harmonies of #4A416D
Complementary color
Monochromatic Colors of #4A416D
Black with #4A416D
Text Example
Text Example
White with #4A416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A416D; }
p { color: rgb(74,65,109); }
H1.HeaderClassName
{
color: #4A416D;
}
.AnyTagClassName
{
color: #4A416D;
}
</style>
background-color css
<style>
a { background-color: #4A416D; }
a { background-color: rgb(74,65,109); }
div.DivClassName
{
background-color: #4A416D;
}
.BgClassName
{
background-color: #4A416D;
}
</style>
border-color css
<style>
span { border-color: #4A416D; }
span { border-color: rgb(74,65,109); }
td.TdClassName
{
border-color: #4A416D;
}
.TagClassName
{
border-color: #4A416D;
}
</style>