Shades of Meteorite #4C3E68
Tints of Meteorite #4C3E68
RGB
CMYK
RGB Variations
Color information
#4C3E68 (or 0x4C3E68) is known color: Meteorite. HEX triplet: 4C, 3E and 68. RGB value is (76,62,104). Sum of RGB (Red+Green+Blue) = 76+62+104=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C3E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E68 is #B3C197. Grayscale: #464646. Windows color (decimal): -11780504 or 6831692. OLE color: 6831692.
HSL color Cylindrical-coordinate representation of color #4C3E68: hue angle of 260º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C3E68 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 62 | 104 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.59 |
| HSL | 260º | 0.25% | 0.33% | - |
| HSV(B) | 260º | 0.4% | 0.41% | - |
| XYZ | 7.2 | 5.98 | 13.87 | - |
| YUV | 70.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 104 | 0.27 | 0.40 | 0 | 0.59 | 260 | 0.25 | 0.33 |
| Hex | 4C | 3E | 68 | 1B | 28 | 0 | 3B | 104 | 19 | 21 |
| Octal | 114 | 76 | 150 | 33 | 50 | 0 | 73 | 404 | 31 | 41 |
| Binary | 1001100 | 111110 | 1101000 | 11011 | 101000 | 0 | 111011 | 100000100 | 11001 | 100001 |
Color Harmonies of #4C3E68
Complementary color
Monochromatic Colors of #4C3E68
Black with #4C3E68
Text Example
Text Example
White with #4C3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E68; }
p { color: rgb(76,62,104); }
H1.HeaderClassName
{
color: #4C3E68;
}
.AnyTagClassName
{
color: #4C3E68;
}
</style>
background-color css
<style>
a { background-color: #4C3E68; }
a { background-color: rgb(76,62,104); }
div.DivClassName
{
background-color: #4C3E68;
}
.BgClassName
{
background-color: #4C3E68;
}
</style>
border-color css
<style>
span { border-color: #4C3E68; }
span { border-color: rgb(76,62,104); }
td.TdClassName
{
border-color: #4C3E68;
}
.TagClassName
{
border-color: #4C3E68;
}
</style>