Shades of Meteorite #4C426E
Tints of Meteorite #4C426E
RGB
CMYK
RGB Variations
Color information
#4C426E (or 0x4C426E) is known color: Meteorite. HEX triplet: 4C, 42 and 6E. RGB value is (76,66,110). Sum of RGB (Red+Green+Blue) = 76+66+110=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C426E is #B3BD91. Grayscale: #494949. Windows color (decimal): -11779474 or 7225932. OLE color: 7225932.
HSL color Cylindrical-coordinate representation of color #4C426E: hue angle of 253.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C426E is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 66 | 110 | - |
| CMYK | 0.31 | 0.4 | 0 | 0.57 |
| HSL | 253.64º | 0.25% | 0.35% | - |
| HSV(B) | 253.64º | 0.4% | 0.43% | - |
| XYZ | 7.74 | 6.56 | 15.61 | - |
| YUV | 74.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 110 | 0.31 | 0.4 | 0 | 0.57 | 253.64 | 0.25 | 0.35 |
| Hex | 4C | 42 | 6E | 1F | 28 | 0 | 39 | FE | 19 | 23 |
| Octal | 114 | 102 | 156 | 37 | 50 | 0 | 71 | 376 | 31 | 43 |
| Binary | 1001100 | 1000010 | 1101110 | 11111 | 101000 | 0 | 111001 | 11111110 | 11001 | 100011 |
Color Harmonies of #4C426E
Complementary color
Monochromatic Colors of #4C426E
Black with #4C426E
Text Example
Text Example
White with #4C426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C426E; }
p { color: rgb(76,66,110); }
H1.HeaderClassName
{
color: #4C426E;
}
.AnyTagClassName
{
color: #4C426E;
}
</style>
background-color css
<style>
a { background-color: #4C426E; }
a { background-color: rgb(76,66,110); }
div.DivClassName
{
background-color: #4C426E;
}
.BgClassName
{
background-color: #4C426E;
}
</style>
border-color css
<style>
span { border-color: #4C426E; }
span { border-color: rgb(76,66,110); }
td.TdClassName
{
border-color: #4C426E;
}
.TagClassName
{
border-color: #4C426E;
}
</style>