Shades of Meteorite #4C3762
Tints of Meteorite #4C3762
RGB
CMYK
RGB Variations
Color information
#4C3762 (or 0x4C3762) is known color: Meteorite. HEX triplet: 4C, 37 and 62. RGB value is (76,55,98). Sum of RGB (Red+Green+Blue) = 76+55+98=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3762 is #B3C89D. Grayscale: #424242. Windows color (decimal): -11782302 or 6436684. OLE color: 6436684.
HSL color Cylindrical-coordinate representation of color #4C3762: hue angle of 269.3º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C3762 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 55 | 98 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.62 |
| HSL | 269.3º | 0.28% | 0.3% | - |
| HSV(B) | 269.3º | 0.44% | 0.38% | - |
| XYZ | 6.55 | 5.15 | 12.2 | - |
| YUV | 66.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 98 | 0.22 | 0.44 | 0 | 0.62 | 269.3 | 0.28 | 0.3 |
| Hex | 4C | 37 | 62 | 16 | 2C | 0 | 3E | 10D | 1C | 1E |
| Octal | 114 | 67 | 142 | 26 | 54 | 0 | 76 | 415 | 34 | 36 |
| Binary | 1001100 | 110111 | 1100010 | 10110 | 101100 | 0 | 111110 | 100001101 | 11100 | 11110 |
Color Harmonies of #4C3762
Complementary color
Monochromatic Colors of #4C3762
Black with #4C3762
Text Example
Text Example
White with #4C3762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3762; }
p { color: rgb(76,55,98); }
H1.HeaderClassName
{
color: #4C3762;
}
.AnyTagClassName
{
color: #4C3762;
}
</style>
background-color css
<style>
a { background-color: #4C3762; }
a { background-color: rgb(76,55,98); }
div.DivClassName
{
background-color: #4C3762;
}
.BgClassName
{
background-color: #4C3762;
}
</style>
border-color css
<style>
span { border-color: #4C3762; }
span { border-color: rgb(76,55,98); }
td.TdClassName
{
border-color: #4C3762;
}
.TagClassName
{
border-color: #4C3762;
}
</style>