Shades of Meteorite #4C4370
Tints of Meteorite #4C4370
RGB
CMYK
RGB Variations
Color information
#4C4370 (or 0x4C4370) is known color: Meteorite. HEX triplet: 4C, 43 and 70. RGB value is (76,67,112). Sum of RGB (Red+Green+Blue) = 76+67+112=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4370 is #B3BC8F. Grayscale: #4A4A4A. Windows color (decimal): -11779216 or 7357260. OLE color: 7357260.
HSL color Cylindrical-coordinate representation of color #4C4370: hue angle of 252º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4370 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 67 | 112 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.56 |
| HSL | 252º | 0.25% | 0.35% | - |
| HSV(B) | 252º | 0.4% | 0.44% | - |
| XYZ | 7.91 | 6.72 | 16.21 | - |
| YUV | 74.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 112 | 0.32 | 0.40 | 0 | 0.56 | 252 | 0.25 | 0.35 |
| Hex | 4C | 43 | 70 | 20 | 28 | 0 | 38 | FC | 19 | 23 |
| Octal | 114 | 103 | 160 | 40 | 50 | 0 | 70 | 374 | 31 | 43 |
| Binary | 1001100 | 1000011 | 1110000 | 100000 | 101000 | 0 | 111000 | 11111100 | 11001 | 100011 |
Color Harmonies of #4C4370
Complementary color
Monochromatic Colors of #4C4370
Black with #4C4370
Text Example
Text Example
White with #4C4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4370; }
p { color: rgb(76,67,112); }
H1.HeaderClassName
{
color: #4C4370;
}
.AnyTagClassName
{
color: #4C4370;
}
</style>
background-color css
<style>
a { background-color: #4C4370; }
a { background-color: rgb(76,67,112); }
div.DivClassName
{
background-color: #4C4370;
}
.BgClassName
{
background-color: #4C4370;
}
</style>
border-color css
<style>
span { border-color: #4C4370; }
span { border-color: rgb(76,67,112); }
td.TdClassName
{
border-color: #4C4370;
}
.TagClassName
{
border-color: #4C4370;
}
</style>