Shades of Meteorite #4C436C
Tints of Meteorite #4C436C
RGB
CMYK
RGB Variations
Color information
#4C436C (or 0x4C436C) is known color: Meteorite. HEX triplet: 4C, 43 and 6C. RGB value is (76,67,108). Sum of RGB (Red+Green+Blue) = 76+67+108=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C436C is #B3BC93. Grayscale: #4A4A4A. Windows color (decimal): -11779220 or 7095116. OLE color: 7095116.
HSL color Cylindrical-coordinate representation of color #4C436C: hue angle of 253.17º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C436C is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 67 | 108 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.58 |
| HSL | 253.17º | 0.23% | 0.34% | - |
| HSV(B) | 253.17º | 0.38% | 0.42% | - |
| XYZ | 7.69 | 6.63 | 15.06 | - |
| YUV | 74.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 108 | 0.30 | 0.38 | 0 | 0.58 | 253.17 | 0.23 | 0.34 |
| Hex | 4C | 43 | 6C | 1E | 26 | 0 | 3A | FD | 17 | 22 |
| Octal | 114 | 103 | 154 | 36 | 46 | 0 | 72 | 375 | 27 | 42 |
| Binary | 1001100 | 1000011 | 1101100 | 11110 | 100110 | 0 | 111010 | 11111101 | 10111 | 100010 |
Color Harmonies of #4C436C
Complementary color
Monochromatic Colors of #4C436C
Black with #4C436C
Text Example
Text Example
White with #4C436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C436C; }
p { color: rgb(76,67,108); }
H1.HeaderClassName
{
color: #4C436C;
}
.AnyTagClassName
{
color: #4C436C;
}
</style>
background-color css
<style>
a { background-color: #4C436C; }
a { background-color: rgb(76,67,108); }
div.DivClassName
{
background-color: #4C436C;
}
.BgClassName
{
background-color: #4C436C;
}
</style>
border-color css
<style>
span { border-color: #4C436C; }
span { border-color: rgb(76,67,108); }
td.TdClassName
{
border-color: #4C436C;
}
.TagClassName
{
border-color: #4C436C;
}
</style>