Shades of Meteorite #4A436A
Tints of Meteorite #4A436A
RGB
CMYK
RGB Variations
Color information
#4A436A (or 0x4A436A) is known color: Meteorite. HEX triplet: 4A, 43 and 6A. RGB value is (74,67,106). Sum of RGB (Red+Green+Blue) = 74+67+106=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A436A is #B5BC95. Grayscale: #494949. Windows color (decimal): -11910294 or 6964042. OLE color: 6964042.
HSL color Cylindrical-coordinate representation of color #4A436A: hue angle of 250.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A436A is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 67 | 106 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.58 |
| HSL | 250.77º | 0.23% | 0.34% | - |
| HSV(B) | 250.77º | 0.37% | 0.42% | - |
| XYZ | 7.43 | 6.51 | 14.5 | - |
| YUV | 73.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 106 | 0.30 | 0.37 | 0 | 0.58 | 250.77 | 0.23 | 0.34 |
| Hex | 4A | 43 | 6A | 1E | 25 | 0 | 3A | FB | 17 | 22 |
| Octal | 112 | 103 | 152 | 36 | 45 | 0 | 72 | 373 | 27 | 42 |
| Binary | 1001010 | 1000011 | 1101010 | 11110 | 100101 | 0 | 111010 | 11111011 | 10111 | 100010 |
Color Harmonies of #4A436A
Complementary color
Monochromatic Colors of #4A436A
Black with #4A436A
Text Example
Text Example
White with #4A436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A436A; }
p { color: rgb(74,67,106); }
H1.HeaderClassName
{
color: #4A436A;
}
.AnyTagClassName
{
color: #4A436A;
}
</style>
background-color css
<style>
a { background-color: #4A436A; }
a { background-color: rgb(74,67,106); }
div.DivClassName
{
background-color: #4A436A;
}
.BgClassName
{
background-color: #4A436A;
}
</style>
border-color css
<style>
span { border-color: #4A436A; }
span { border-color: rgb(74,67,106); }
td.TdClassName
{
border-color: #4A436A;
}
.TagClassName
{
border-color: #4A436A;
}
</style>