Shades of Meteorite #4C3E67
Tints of Meteorite #4C3E67
RGB
CMYK
RGB Variations
Color information
#4C3E67 (or 0x4C3E67) is known color: Meteorite. HEX triplet: 4C, 3E and 67. RGB value is (76,62,103). Sum of RGB (Red+Green+Blue) = 76+62+103=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C3E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E67 is #B3C198. Grayscale: #464646. Windows color (decimal): -11780505 or 6766156. OLE color: 6766156.
HSL color Cylindrical-coordinate representation of color #4C3E67: hue angle of 260.49º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C3E67 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 62 | 103 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.60 |
| HSL | 260.49º | 0.25% | 0.32% | - |
| HSV(B) | 260.49º | 0.4% | 0.4% | - |
| XYZ | 7.15 | 5.96 | 13.61 | - |
| YUV | 70.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 103 | 0.26 | 0.40 | 0 | 0.60 | 260.49 | 0.25 | 0.32 |
| Hex | 4C | 3E | 67 | 1A | 28 | 0 | 3C | 104 | 19 | 20 |
| Octal | 114 | 76 | 147 | 32 | 50 | 0 | 74 | 404 | 31 | 40 |
| Binary | 1001100 | 111110 | 1100111 | 11010 | 101000 | 0 | 111100 | 100000100 | 11001 | 100000 |
Color Harmonies of #4C3E67
Complementary color
Monochromatic Colors of #4C3E67
Black with #4C3E67
Text Example
Text Example
White with #4C3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E67; }
p { color: rgb(76,62,103); }
H1.HeaderClassName
{
color: #4C3E67;
}
.AnyTagClassName
{
color: #4C3E67;
}
</style>
background-color css
<style>
a { background-color: #4C3E67; }
a { background-color: rgb(76,62,103); }
div.DivClassName
{
background-color: #4C3E67;
}
.BgClassName
{
background-color: #4C3E67;
}
</style>
border-color css
<style>
span { border-color: #4C3E67; }
span { border-color: rgb(76,62,103); }
td.TdClassName
{
border-color: #4C3E67;
}
.TagClassName
{
border-color: #4C3E67;
}
</style>