Shades of Meteorite #4C386D
Tints of Meteorite #4C386D
RGB
CMYK
RGB Variations
Color information
#4C386D (or 0x4C386D) is known color: Meteorite. HEX triplet: 4C, 38 and 6D. RGB value is (76,56,109). Sum of RGB (Red+Green+Blue) = 76+56+109=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C386D is #B3C792. Grayscale: #434343. Windows color (decimal): -11782035 or 7157836. OLE color: 7157836.
HSL color Cylindrical-coordinate representation of color #4C386D: hue angle of 262.64º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C386D is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 56 | 109 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.57 |
| HSL | 262.64º | 0.32% | 0.32% | - |
| HSV(B) | 262.64º | 0.49% | 0.43% | - |
| XYZ | 7.15 | 5.47 | 15.15 | - |
| YUV | 68.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 109 | 0.30 | 0.49 | 0 | 0.57 | 262.64 | 0.32 | 0.32 |
| Hex | 4C | 38 | 6D | 1E | 31 | 0 | 39 | 107 | 20 | 20 |
| Octal | 114 | 70 | 155 | 36 | 61 | 0 | 71 | 407 | 40 | 40 |
| Binary | 1001100 | 111000 | 1101101 | 11110 | 110001 | 0 | 111001 | 100000111 | 100000 | 100000 |
Color Harmonies of #4C386D
Complementary color
Monochromatic Colors of #4C386D
Black with #4C386D
Text Example
Text Example
White with #4C386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C386D; }
p { color: rgb(76,56,109); }
H1.HeaderClassName
{
color: #4C386D;
}
.AnyTagClassName
{
color: #4C386D;
}
</style>
background-color css
<style>
a { background-color: #4C386D; }
a { background-color: rgb(76,56,109); }
div.DivClassName
{
background-color: #4C386D;
}
.BgClassName
{
background-color: #4C386D;
}
</style>
border-color css
<style>
span { border-color: #4C386D; }
span { border-color: rgb(76,56,109); }
td.TdClassName
{
border-color: #4C386D;
}
.TagClassName
{
border-color: #4C386D;
}
</style>