Shades of Meteorite #4C386F
Tints of Meteorite #4C386F
RGB
CMYK
RGB Variations
Color information
#4C386F (or 0x4C386F) is known color: Meteorite. HEX triplet: 4C, 38 and 6F. RGB value is (76,56,111). Sum of RGB (Red+Green+Blue) = 76+56+111=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C386F is #B3C790. Grayscale: #444444. Windows color (decimal): -11782033 or 7288908. OLE color: 7288908.
HSL color Cylindrical-coordinate representation of color #4C386F: hue angle of 261.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C386F is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 56 | 111 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.56 |
| HSL | 261.82º | 0.33% | 0.33% | - |
| HSV(B) | 261.82º | 0.5% | 0.44% | - |
| XYZ | 7.26 | 5.51 | 15.72 | - |
| YUV | 68.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 111 | 0.32 | 0.50 | 0 | 0.56 | 261.82 | 0.33 | 0.33 |
| Hex | 4C | 38 | 6F | 20 | 32 | 0 | 38 | 106 | 21 | 21 |
| Octal | 114 | 70 | 157 | 40 | 62 | 0 | 70 | 406 | 41 | 41 |
| Binary | 1001100 | 111000 | 1101111 | 100000 | 110010 | 0 | 111000 | 100000110 | 100001 | 100001 |
Color Harmonies of #4C386F
Complementary color
Monochromatic Colors of #4C386F
Black with #4C386F
Text Example
Text Example
White with #4C386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C386F; }
p { color: rgb(76,56,111); }
H1.HeaderClassName
{
color: #4C386F;
}
.AnyTagClassName
{
color: #4C386F;
}
</style>
background-color css
<style>
a { background-color: #4C386F; }
a { background-color: rgb(76,56,111); }
div.DivClassName
{
background-color: #4C386F;
}
.BgClassName
{
background-color: #4C386F;
}
</style>
border-color css
<style>
span { border-color: #4C386F; }
span { border-color: rgb(76,56,111); }
td.TdClassName
{
border-color: #4C386F;
}
.TagClassName
{
border-color: #4C386F;
}
</style>