Shades of Meteorite #4C3A65
Tints of Meteorite #4C3A65
RGB
CMYK
RGB Variations
Color information
#4C3A65 (or 0x4C3A65) is known color: Meteorite. HEX triplet: 4C, 3A and 65. RGB value is (76,58,101). Sum of RGB (Red+Green+Blue) = 76+58+101=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C3A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A65 is #B3C59A. Grayscale: #444444. Windows color (decimal): -11781531 or 6634060. OLE color: 6634060.
HSL color Cylindrical-coordinate representation of color #4C3A65: hue angle of 265.12º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C3A65 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 58 | 101 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.60 |
| HSL | 265.12º | 0.27% | 0.31% | - |
| HSV(B) | 265.12º | 0.43% | 0.4% | - |
| XYZ | 6.84 | 5.5 | 13.01 | - |
| YUV | 68.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 101 | 0.25 | 0.43 | 0 | 0.60 | 265.12 | 0.27 | 0.31 |
| Hex | 4C | 3A | 65 | 19 | 2B | 0 | 3C | 109 | 1B | 1F |
| Octal | 114 | 72 | 145 | 31 | 53 | 0 | 74 | 411 | 33 | 37 |
| Binary | 1001100 | 111010 | 1100101 | 11001 | 101011 | 0 | 111100 | 100001001 | 11011 | 11111 |
Color Harmonies of #4C3A65
Complementary color
Monochromatic Colors of #4C3A65
Black with #4C3A65
Text Example
Text Example
White with #4C3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A65; }
p { color: rgb(76,58,101); }
H1.HeaderClassName
{
color: #4C3A65;
}
.AnyTagClassName
{
color: #4C3A65;
}
</style>
background-color css
<style>
a { background-color: #4C3A65; }
a { background-color: rgb(76,58,101); }
div.DivClassName
{
background-color: #4C3A65;
}
.BgClassName
{
background-color: #4C3A65;
}
</style>
border-color css
<style>
span { border-color: #4C3A65; }
span { border-color: rgb(76,58,101); }
td.TdClassName
{
border-color: #4C3A65;
}
.TagClassName
{
border-color: #4C3A65;
}
</style>