Shades of Meteorite #4A3867
Tints of Meteorite #4A3867
RGB
CMYK
RGB Variations
Color information
#4A3867 (or 0x4A3867) is known color: Meteorite. HEX triplet: 4A, 38 and 67. RGB value is (74,56,103). Sum of RGB (Red+Green+Blue) = 74+56+103=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3867 is #B5C798. Grayscale: #424242. Windows color (decimal): -11913113 or 6764618. OLE color: 6764618.
HSL color Cylindrical-coordinate representation of color #4A3867: hue angle of 262.98º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A3867 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 56 | 103 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.60 |
| HSL | 262.98º | 0.3% | 0.31% | - |
| HSV(B) | 262.98º | 0.46% | 0.4% | - |
| XYZ | 6.69 | 5.26 | 13.5 | - |
| YUV | 66.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 103 | 0.28 | 0.46 | 0 | 0.60 | 262.98 | 0.3 | 0.31 |
| Hex | 4A | 38 | 67 | 1C | 2E | 0 | 3C | 107 | 1E | 1F |
| Octal | 112 | 70 | 147 | 34 | 56 | 0 | 74 | 407 | 36 | 37 |
| Binary | 1001010 | 111000 | 1100111 | 11100 | 101110 | 0 | 111100 | 100000111 | 11110 | 11111 |
Color Harmonies of #4A3867
Complementary color
Monochromatic Colors of #4A3867
Black with #4A3867
Text Example
Text Example
White with #4A3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3867; }
p { color: rgb(74,56,103); }
H1.HeaderClassName
{
color: #4A3867;
}
.AnyTagClassName
{
color: #4A3867;
}
</style>
background-color css
<style>
a { background-color: #4A3867; }
a { background-color: rgb(74,56,103); }
div.DivClassName
{
background-color: #4A3867;
}
.BgClassName
{
background-color: #4A3867;
}
</style>
border-color css
<style>
span { border-color: #4A3867; }
span { border-color: rgb(74,56,103); }
td.TdClassName
{
border-color: #4A3867;
}
.TagClassName
{
border-color: #4A3867;
}
</style>