Shades of Meteorite #4C446D
Tints of Meteorite #4C446D
RGB
CMYK
RGB Variations
Color information
#4C446D (or 0x4C446D) is known color: Meteorite. HEX triplet: 4C, 44 and 6D. RGB value is (76,68,109). Sum of RGB (Red+Green+Blue) = 76+68+109=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446D is #B3BB92. Grayscale: #4A4A4A. Windows color (decimal): -11778963 or 7160908. OLE color: 7160908.
HSL color Cylindrical-coordinate representation of color #4C446D: hue angle of 251.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C446D is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 68 | 109 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.57 |
| HSL | 251.71º | 0.23% | 0.35% | - |
| HSV(B) | 251.71º | 0.38% | 0.43% | - |
| XYZ | 7.81 | 6.77 | 15.36 | - |
| YUV | 75.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 109 | 0.30 | 0.38 | 0 | 0.57 | 251.71 | 0.23 | 0.35 |
| Hex | 4C | 44 | 6D | 1E | 26 | 0 | 39 | FC | 17 | 23 |
| Octal | 114 | 104 | 155 | 36 | 46 | 0 | 71 | 374 | 27 | 43 |
| Binary | 1001100 | 1000100 | 1101101 | 11110 | 100110 | 0 | 111001 | 11111100 | 10111 | 100011 |
Color Harmonies of #4C446D
Complementary color
Monochromatic Colors of #4C446D
Black with #4C446D
Text Example
Text Example
White with #4C446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C446D; }
p { color: rgb(76,68,109); }
H1.HeaderClassName
{
color: #4C446D;
}
.AnyTagClassName
{
color: #4C446D;
}
</style>
background-color css
<style>
a { background-color: #4C446D; }
a { background-color: rgb(76,68,109); }
div.DivClassName
{
background-color: #4C446D;
}
.BgClassName
{
background-color: #4C446D;
}
</style>
border-color css
<style>
span { border-color: #4C446D; }
span { border-color: rgb(76,68,109); }
td.TdClassName
{
border-color: #4C446D;
}
.TagClassName
{
border-color: #4C446D;
}
</style>