Shades of Meteorite #4C3870
Tints of Meteorite #4C3870
RGB
CMYK
RGB Variations
Color information
#4C3870 (or 0x4C3870) is known color: Meteorite. HEX triplet: 4C, 38 and 70. RGB value is (76,56,112). Sum of RGB (Red+Green+Blue) = 76+56+112=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3870 is #B3C78F. Grayscale: #444444. Windows color (decimal): -11782032 or 7354444. OLE color: 7354444.
HSL color Cylindrical-coordinate representation of color #4C3870: hue angle of 261.43º 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 #4C3870 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 56 | 112 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.56 |
| HSL | 261.43º | 0.33% | 0.33% | - |
| HSV(B) | 261.43º | 0.5% | 0.44% | - |
| XYZ | 7.32 | 5.53 | 16.01 | - |
| YUV | 68.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 112 | 0.32 | 0.50 | 0 | 0.56 | 261.43 | 0.33 | 0.33 |
| Hex | 4C | 38 | 70 | 20 | 32 | 0 | 38 | 105 | 21 | 21 |
| Octal | 114 | 70 | 160 | 40 | 62 | 0 | 70 | 405 | 41 | 41 |
| Binary | 1001100 | 111000 | 1110000 | 100000 | 110010 | 0 | 111000 | 100000101 | 100001 | 100001 |
Color Harmonies of #4C3870
Complementary color
Monochromatic Colors of #4C3870
Black with #4C3870
Text Example
Text Example
White with #4C3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3870; }
p { color: rgb(76,56,112); }
H1.HeaderClassName
{
color: #4C3870;
}
.AnyTagClassName
{
color: #4C3870;
}
</style>
background-color css
<style>
a { background-color: #4C3870; }
a { background-color: rgb(76,56,112); }
div.DivClassName
{
background-color: #4C3870;
}
.BgClassName
{
background-color: #4C3870;
}
</style>
border-color css
<style>
span { border-color: #4C3870; }
span { border-color: rgb(76,56,112); }
td.TdClassName
{
border-color: #4C3870;
}
.TagClassName
{
border-color: #4C3870;
}
</style>