Shades of Meteorite #4C3D62
Tints of Meteorite #4C3D62
RGB
CMYK
RGB Variations
Color information
#4C3D62 (or 0x4C3D62) is known color: Meteorite. HEX triplet: 4C, 3D and 62. RGB value is (76,61,98). Sum of RGB (Red+Green+Blue) = 76+61+98=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D62 is #B3C29D. Grayscale: #454545. Windows color (decimal): -11780766 or 6438220. OLE color: 6438220.
HSL color Cylindrical-coordinate representation of color #4C3D62: hue angle of 264.32º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C3D62 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 61 | 98 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.62 |
| HSL | 264.32º | 0.23% | 0.31% | - |
| HSV(B) | 264.32º | 0.38% | 0.38% | - |
| XYZ | 6.85 | 5.76 | 12.31 | - |
| YUV | 69.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 98 | 0.22 | 0.38 | 0 | 0.62 | 264.32 | 0.23 | 0.31 |
| Hex | 4C | 3D | 62 | 16 | 26 | 0 | 3E | 108 | 17 | 1F |
| Octal | 114 | 75 | 142 | 26 | 46 | 0 | 76 | 410 | 27 | 37 |
| Binary | 1001100 | 111101 | 1100010 | 10110 | 100110 | 0 | 111110 | 100001000 | 10111 | 11111 |
Color Harmonies of #4C3D62
Complementary color
Monochromatic Colors of #4C3D62
Black with #4C3D62
Text Example
Text Example
White with #4C3D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D62; }
p { color: rgb(76,61,98); }
H1.HeaderClassName
{
color: #4C3D62;
}
.AnyTagClassName
{
color: #4C3D62;
}
</style>
background-color css
<style>
a { background-color: #4C3D62; }
a { background-color: rgb(76,61,98); }
div.DivClassName
{
background-color: #4C3D62;
}
.BgClassName
{
background-color: #4C3D62;
}
</style>
border-color css
<style>
span { border-color: #4C3D62; }
span { border-color: rgb(76,61,98); }
td.TdClassName
{
border-color: #4C3D62;
}
.TagClassName
{
border-color: #4C3D62;
}
</style>