Shades of Meteorite #4C3B6D
Tints of Meteorite #4C3B6D
RGB
CMYK
RGB Variations
Color information
#4C3B6D (or 0x4C3B6D) is known color: Meteorite. HEX triplet: 4C, 3B and 6D. RGB value is (76,59,109). Sum of RGB (Red+Green+Blue) = 76+59+109=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C3B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B6D is #B3C492. Grayscale: #454545. Windows color (decimal): -11781267 or 7158604. OLE color: 7158604.
HSL color Cylindrical-coordinate representation of color #4C3B6D: hue angle of 260.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3B6D is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 59 | 109 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.57 |
| HSL | 260.4º | 0.3% | 0.33% | - |
| HSV(B) | 260.4º | 0.46% | 0.43% | - |
| XYZ | 7.3 | 5.77 | 15.2 | - |
| YUV | 69.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 109 | 0.30 | 0.46 | 0 | 0.57 | 260.4 | 0.3 | 0.33 |
| Hex | 4C | 3B | 6D | 1E | 2E | 0 | 39 | 104 | 1E | 21 |
| Octal | 114 | 73 | 155 | 36 | 56 | 0 | 71 | 404 | 36 | 41 |
| Binary | 1001100 | 111011 | 1101101 | 11110 | 101110 | 0 | 111001 | 100000100 | 11110 | 100001 |
Color Harmonies of #4C3B6D
Complementary color
Monochromatic Colors of #4C3B6D
Black with #4C3B6D
Text Example
Text Example
White with #4C3B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B6D; }
p { color: rgb(76,59,109); }
H1.HeaderClassName
{
color: #4C3B6D;
}
.AnyTagClassName
{
color: #4C3B6D;
}
</style>
background-color css
<style>
a { background-color: #4C3B6D; }
a { background-color: rgb(76,59,109); }
div.DivClassName
{
background-color: #4C3B6D;
}
.BgClassName
{
background-color: #4C3B6D;
}
</style>
border-color css
<style>
span { border-color: #4C3B6D; }
span { border-color: rgb(76,59,109); }
td.TdClassName
{
border-color: #4C3B6D;
}
.TagClassName
{
border-color: #4C3B6D;
}
</style>