Shades of Meteorite #4C426A
Tints of Meteorite #4C426A
RGB
CMYK
RGB Variations
Color information
#4C426A (or 0x4C426A) is known color: Meteorite. HEX triplet: 4C, 42 and 6A. RGB value is (76,66,106). Sum of RGB (Red+Green+Blue) = 76+66+106=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426A is #B3BD95. Grayscale: #494949. Windows color (decimal): -11779478 or 6963788. OLE color: 6963788.
HSL color Cylindrical-coordinate representation of color #4C426A: hue angle of 255º 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 #4C426A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 66 | 106 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.58 |
| HSL | 255º | 0.23% | 0.34% | - |
| HSV(B) | 255º | 0.38% | 0.42% | - |
| XYZ | 7.53 | 6.47 | 14.49 | - |
| YUV | 73.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 106 | 0.28 | 0.38 | 0 | 0.58 | 255 | 0.23 | 0.34 |
| Hex | 4C | 42 | 6A | 1C | 26 | 0 | 3A | FF | 17 | 22 |
| Octal | 114 | 102 | 152 | 34 | 46 | 0 | 72 | 377 | 27 | 42 |
| Binary | 1001100 | 1000010 | 1101010 | 11100 | 100110 | 0 | 111010 | 11111111 | 10111 | 100010 |
Color Harmonies of #4C426A
Complementary color
Monochromatic Colors of #4C426A
Black with #4C426A
Text Example
Text Example
White with #4C426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C426A; }
p { color: rgb(76,66,106); }
H1.HeaderClassName
{
color: #4C426A;
}
.AnyTagClassName
{
color: #4C426A;
}
</style>
background-color css
<style>
a { background-color: #4C426A; }
a { background-color: rgb(76,66,106); }
div.DivClassName
{
background-color: #4C426A;
}
.BgClassName
{
background-color: #4C426A;
}
</style>
border-color css
<style>
span { border-color: #4C426A; }
span { border-color: rgb(76,66,106); }
td.TdClassName
{
border-color: #4C426A;
}
.TagClassName
{
border-color: #4C426A;
}
</style>