Shades of Meteorite #4C3662
Tints of Meteorite #4C3662
RGB
CMYK
RGB Variations
Color information
#4C3662 (or 0x4C3662) is known color: Meteorite. HEX triplet: 4C, 36 and 62. RGB value is (76,54,98). Sum of RGB (Red+Green+Blue) = 76+54+98=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3662 is #B3C99D. Grayscale: #414141. Windows color (decimal): -11782558 or 6436428. OLE color: 6436428.
HSL color Cylindrical-coordinate representation of color #4C3662: hue angle of 270º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C3662 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 54 | 98 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.62 |
| HSL | 270º | 0.29% | 0.3% | - |
| HSV(B) | 270º | 0.45% | 0.38% | - |
| XYZ | 6.5 | 5.06 | 12.19 | - |
| YUV | 65.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 98 | 0.22 | 0.45 | 0 | 0.62 | 270 | 0.29 | 0.3 |
| Hex | 4C | 36 | 62 | 16 | 2D | 0 | 3E | 10E | 1D | 1E |
| Octal | 114 | 66 | 142 | 26 | 55 | 0 | 76 | 416 | 35 | 36 |
| Binary | 1001100 | 110110 | 1100010 | 10110 | 101101 | 0 | 111110 | 100001110 | 11101 | 11110 |
Color Harmonies of #4C3662
Complementary color
Monochromatic Colors of #4C3662
Black with #4C3662
Text Example
Text Example
White with #4C3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3662; }
p { color: rgb(76,54,98); }
H1.HeaderClassName
{
color: #4C3662;
}
.AnyTagClassName
{
color: #4C3662;
}
</style>
background-color css
<style>
a { background-color: #4C3662; }
a { background-color: rgb(76,54,98); }
div.DivClassName
{
background-color: #4C3662;
}
.BgClassName
{
background-color: #4C3662;
}
</style>
border-color css
<style>
span { border-color: #4C3662; }
span { border-color: rgb(76,54,98); }
td.TdClassName
{
border-color: #4C3662;
}
.TagClassName
{
border-color: #4C3662;
}
</style>