Shades of Meteorite #4A3D60
Tints of Meteorite #4A3D60
RGB
CMYK
RGB Variations
Color information
#4A3D60 (or 0x4A3D60) is known color: Meteorite. HEX triplet: 4A, 3D and 60. RGB value is (74,61,96). Sum of RGB (Red+Green+Blue) = 74+61+96=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A3D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D60 is #B5C29F. Grayscale: #444444. Windows color (decimal): -11911840 or 6307146. OLE color: 6307146.
HSL color Cylindrical-coordinate representation of color #4A3D60: hue angle of 262.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A3D60 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 61 | 96 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.62 |
| HSL | 262.29º | 0.22% | 0.31% | - |
| HSV(B) | 262.29º | 0.36% | 0.38% | - |
| XYZ | 6.6 | 5.64 | 11.81 | - |
| YUV | 68.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 96 | 0.23 | 0.36 | 0 | 0.62 | 262.29 | 0.22 | 0.31 |
| Hex | 4A | 3D | 60 | 17 | 24 | 0 | 3E | 106 | 16 | 1F |
| Octal | 112 | 75 | 140 | 27 | 44 | 0 | 76 | 406 | 26 | 37 |
| Binary | 1001010 | 111101 | 1100000 | 10111 | 100100 | 0 | 111110 | 100000110 | 10110 | 11111 |
Color Harmonies of #4A3D60
Complementary color
Monochromatic Colors of #4A3D60
Black with #4A3D60
Text Example
Text Example
White with #4A3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D60; }
p { color: rgb(74,61,96); }
H1.HeaderClassName
{
color: #4A3D60;
}
.AnyTagClassName
{
color: #4A3D60;
}
</style>
background-color css
<style>
a { background-color: #4A3D60; }
a { background-color: rgb(74,61,96); }
div.DivClassName
{
background-color: #4A3D60;
}
.BgClassName
{
background-color: #4A3D60;
}
</style>
border-color css
<style>
span { border-color: #4A3D60; }
span { border-color: rgb(74,61,96); }
td.TdClassName
{
border-color: #4A3D60;
}
.TagClassName
{
border-color: #4A3D60;
}
</style>