Shades of Meteorite #4A3869
Tints of Meteorite #4A3869
RGB
CMYK
RGB Variations
Color information
#4A3869 (or 0x4A3869) is known color: Meteorite. HEX triplet: 4A, 38 and 69. RGB value is (74,56,105). Sum of RGB (Red+Green+Blue) = 74+56+105=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3869 is #B5C796. Grayscale: #424242. Windows color (decimal): -11913111 or 6895690. OLE color: 6895690.
HSL color Cylindrical-coordinate representation of color #4A3869: hue angle of 262.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A3869 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 56 | 105 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.59 |
| HSL | 262.04º | 0.3% | 0.32% | - |
| HSV(B) | 262.04º | 0.47% | 0.41% | - |
| XYZ | 6.79 | 5.3 | 14.03 | - |
| YUV | 66.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 105 | 0.30 | 0.47 | 0 | 0.59 | 262.04 | 0.3 | 0.32 |
| Hex | 4A | 38 | 69 | 1E | 2F | 0 | 3B | 106 | 1E | 20 |
| Octal | 112 | 70 | 151 | 36 | 57 | 0 | 73 | 406 | 36 | 40 |
| Binary | 1001010 | 111000 | 1101001 | 11110 | 101111 | 0 | 111011 | 100000110 | 11110 | 100000 |
Color Harmonies of #4A3869
Complementary color
Monochromatic Colors of #4A3869
Black with #4A3869
Text Example
Text Example
White with #4A3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3869; }
p { color: rgb(74,56,105); }
H1.HeaderClassName
{
color: #4A3869;
}
.AnyTagClassName
{
color: #4A3869;
}
</style>
background-color css
<style>
a { background-color: #4A3869; }
a { background-color: rgb(74,56,105); }
div.DivClassName
{
background-color: #4A3869;
}
.BgClassName
{
background-color: #4A3869;
}
</style>
border-color css
<style>
span { border-color: #4A3869; }
span { border-color: rgb(74,56,105); }
td.TdClassName
{
border-color: #4A3869;
}
.TagClassName
{
border-color: #4A3869;
}
</style>