Shades of Meteorite #4A3865
Tints of Meteorite #4A3865
RGB
CMYK
RGB Variations
Color information
#4A3865 (or 0x4A3865) is known color: Meteorite. HEX triplet: 4A, 38 and 65. RGB value is (74,56,101). Sum of RGB (Red+Green+Blue) = 74+56+101=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A3865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3865 is #B5C79A. Grayscale: #424242. Windows color (decimal): -11913115 or 6633546. OLE color: 6633546.
HSL color Cylindrical-coordinate representation of color #4A3865: hue angle of 264º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3865 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 56 | 101 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.60 |
| HSL | 264º | 0.29% | 0.31% | - |
| HSV(B) | 264º | 0.45% | 0.4% | - |
| XYZ | 6.59 | 5.22 | 12.97 | - |
| YUV | 66.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 101 | 0.27 | 0.45 | 0 | 0.60 | 264 | 0.29 | 0.31 |
| Hex | 4A | 38 | 65 | 1B | 2D | 0 | 3C | 108 | 1D | 1F |
| Octal | 112 | 70 | 145 | 33 | 55 | 0 | 74 | 410 | 35 | 37 |
| Binary | 1001010 | 111000 | 1100101 | 11011 | 101101 | 0 | 111100 | 100001000 | 11101 | 11111 |
Color Harmonies of #4A3865
Complementary color
Monochromatic Colors of #4A3865
Black with #4A3865
Text Example
Text Example
White with #4A3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3865; }
p { color: rgb(74,56,101); }
H1.HeaderClassName
{
color: #4A3865;
}
.AnyTagClassName
{
color: #4A3865;
}
</style>
background-color css
<style>
a { background-color: #4A3865; }
a { background-color: rgb(74,56,101); }
div.DivClassName
{
background-color: #4A3865;
}
.BgClassName
{
background-color: #4A3865;
}
</style>
border-color css
<style>
span { border-color: #4A3865; }
span { border-color: rgb(74,56,101); }
td.TdClassName
{
border-color: #4A3865;
}
.TagClassName
{
border-color: #4A3865;
}
</style>