Shades of Meteorite #4A4070
Tints of Meteorite #4A4070
RGB
CMYK
RGB Variations
Color information
#4A4070 (or 0x4A4070) is known color: Meteorite. HEX triplet: 4A, 40 and 70. RGB value is (74,64,112). Sum of RGB (Red+Green+Blue) = 74+64+112=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A4070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4070 is #B5BF8F. Grayscale: #484848. Windows color (decimal): -11911056 or 7356490. OLE color: 7356490.
HSL color Cylindrical-coordinate representation of color #4A4070: hue angle of 252.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A4070 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 64 | 112 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.56 |
| HSL | 252.5º | 0.27% | 0.35% | - |
| HSV(B) | 252.5º | 0.43% | 0.44% | - |
| XYZ | 7.58 | 6.29 | 16.14 | - |
| YUV | 72.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 112 | 0.34 | 0.43 | 0 | 0.56 | 252.5 | 0.27 | 0.35 |
| Hex | 4A | 40 | 70 | 22 | 2B | 0 | 38 | FD | 1B | 23 |
| Octal | 112 | 100 | 160 | 42 | 53 | 0 | 70 | 375 | 33 | 43 |
| Binary | 1001010 | 1000000 | 1110000 | 100010 | 101011 | 0 | 111000 | 11111101 | 11011 | 100011 |
Color Harmonies of #4A4070
Complementary color
Monochromatic Colors of #4A4070
Black with #4A4070
Text Example
Text Example
White with #4A4070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4070; }
p { color: rgb(74,64,112); }
H1.HeaderClassName
{
color: #4A4070;
}
.AnyTagClassName
{
color: #4A4070;
}
</style>
background-color css
<style>
a { background-color: #4A4070; }
a { background-color: rgb(74,64,112); }
div.DivClassName
{
background-color: #4A4070;
}
.BgClassName
{
background-color: #4A4070;
}
</style>
border-color css
<style>
span { border-color: #4A4070; }
span { border-color: rgb(74,64,112); }
td.TdClassName
{
border-color: #4A4070;
}
.TagClassName
{
border-color: #4A4070;
}
</style>