Shades of Meteorite #4A4460
Tints of Meteorite #4A4460
RGB
CMYK
RGB Variations
Color information
#4A4460 (or 0x4A4460) is known color: Meteorite. HEX triplet: 4A, 44 and 60. RGB value is (74,68,96). Sum of RGB (Red+Green+Blue) = 74+68+96=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4460 is #B5BB9F. Grayscale: #484848. Windows color (decimal): -11910048 or 6308938. OLE color: 6308938.
HSL color Cylindrical-coordinate representation of color #4A4460: hue angle of 252.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A4460 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 68 | 96 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.62 |
| HSL | 252.86º | 0.17% | 0.32% | - |
| HSV(B) | 252.86º | 0.29% | 0.38% | - |
| XYZ | 7 | 6.43 | 11.94 | - |
| YUV | 72.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 96 | 0.23 | 0.29 | 0 | 0.62 | 252.86 | 0.17 | 0.32 |
| Hex | 4A | 44 | 60 | 17 | 1D | 0 | 3E | FD | 11 | 20 |
| Octal | 112 | 104 | 140 | 27 | 35 | 0 | 76 | 375 | 21 | 40 |
| Binary | 1001010 | 1000100 | 1100000 | 10111 | 11101 | 0 | 111110 | 11111101 | 10001 | 100000 |
Color Harmonies of #4A4460
Complementary color
Monochromatic Colors of #4A4460
Black with #4A4460
Text Example
Text Example
White with #4A4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4460; }
p { color: rgb(74,68,96); }
H1.HeaderClassName
{
color: #4A4460;
}
.AnyTagClassName
{
color: #4A4460;
}
</style>
background-color css
<style>
a { background-color: #4A4460; }
a { background-color: rgb(74,68,96); }
div.DivClassName
{
background-color: #4A4460;
}
.BgClassName
{
background-color: #4A4460;
}
</style>
border-color css
<style>
span { border-color: #4A4460; }
span { border-color: rgb(74,68,96); }
td.TdClassName
{
border-color: #4A4460;
}
.TagClassName
{
border-color: #4A4460;
}
</style>