Shades of Meteorite #4C426D
Tints of Meteorite #4C426D
RGB
CMYK
RGB Variations
Color information
#4C426D (or 0x4C426D) is known color: Meteorite. HEX triplet: 4C, 42 and 6D. RGB value is (76,66,109). Sum of RGB (Red+Green+Blue) = 76+66+109=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426D is #B3BD92. Grayscale: #494949. Windows color (decimal): -11779475 or 7160396. OLE color: 7160396.
HSL color Cylindrical-coordinate representation of color #4C426D: hue angle of 253.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C426D is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 66 | 109 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.57 |
| HSL | 253.95º | 0.25% | 0.34% | - |
| HSV(B) | 253.95º | 0.39% | 0.43% | - |
| XYZ | 7.69 | 6.54 | 15.32 | - |
| YUV | 73.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 109 | 0.30 | 0.39 | 0 | 0.57 | 253.95 | 0.25 | 0.34 |
| Hex | 4C | 42 | 6D | 1E | 27 | 0 | 39 | FE | 19 | 22 |
| Octal | 114 | 102 | 155 | 36 | 47 | 0 | 71 | 376 | 31 | 42 |
| Binary | 1001100 | 1000010 | 1101101 | 11110 | 100111 | 0 | 111001 | 11111110 | 11001 | 100010 |
Color Harmonies of #4C426D
Complementary color
Monochromatic Colors of #4C426D
Black with #4C426D
Text Example
Text Example
White with #4C426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C426D; }
p { color: rgb(76,66,109); }
H1.HeaderClassName
{
color: #4C426D;
}
.AnyTagClassName
{
color: #4C426D;
}
</style>
background-color css
<style>
a { background-color: #4C426D; }
a { background-color: rgb(76,66,109); }
div.DivClassName
{
background-color: #4C426D;
}
.BgClassName
{
background-color: #4C426D;
}
</style>
border-color css
<style>
span { border-color: #4C426D; }
span { border-color: rgb(76,66,109); }
td.TdClassName
{
border-color: #4C426D;
}
.TagClassName
{
border-color: #4C426D;
}
</style>