Shades of Meteorite #4A3F65
Tints of Meteorite #4A3F65
RGB
CMYK
RGB Variations
Color information
#4A3F65 (or 0x4A3F65) is known color: Meteorite. HEX triplet: 4A, 3F and 65. RGB value is (74,63,101). Sum of RGB (Red+Green+Blue) = 74+63+101=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3F65 is #B5C09A. Grayscale: #464646. Windows color (decimal): -11911323 or 6635338. OLE color: 6635338.
HSL color Cylindrical-coordinate representation of color #4A3F65: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3F65 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 63 | 101 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.60 |
| HSL | 257.37º | 0.23% | 0.32% | - |
| HSV(B) | 257.37º | 0.38% | 0.4% | - |
| XYZ | 6.95 | 5.95 | 13.09 | - |
| YUV | 70.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 101 | 0.27 | 0.38 | 0 | 0.60 | 257.37 | 0.23 | 0.32 |
| Hex | 4A | 3F | 65 | 1B | 26 | 0 | 3C | 101 | 17 | 20 |
| Octal | 112 | 77 | 145 | 33 | 46 | 0 | 74 | 401 | 27 | 40 |
| Binary | 1001010 | 111111 | 1100101 | 11011 | 100110 | 0 | 111100 | 100000001 | 10111 | 100000 |
Color Harmonies of #4A3F65
Complementary color
Monochromatic Colors of #4A3F65
Black with #4A3F65
Text Example
Text Example
White with #4A3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F65; }
p { color: rgb(74,63,101); }
H1.HeaderClassName
{
color: #4A3F65;
}
.AnyTagClassName
{
color: #4A3F65;
}
</style>
background-color css
<style>
a { background-color: #4A3F65; }
a { background-color: rgb(74,63,101); }
div.DivClassName
{
background-color: #4A3F65;
}
.BgClassName
{
background-color: #4A3F65;
}
</style>
border-color css
<style>
span { border-color: #4A3F65; }
span { border-color: rgb(74,63,101); }
td.TdClassName
{
border-color: #4A3F65;
}
.TagClassName
{
border-color: #4A3F65;
}
</style>