Shades of Meteorite #4C406B
Tints of Meteorite #4C406B
RGB
CMYK
RGB Variations
Color information
#4C406B (or 0x4C406B) is known color: Meteorite. HEX triplet: 4C, 40 and 6B. RGB value is (76,64,107). Sum of RGB (Red+Green+Blue) = 76+64+107=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C406B is #B3BF94. Grayscale: #484848. Windows color (decimal): -11779989 or 7028812. OLE color: 7028812.
HSL color Cylindrical-coordinate representation of color #4C406B: hue angle of 256.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C406B is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 64 | 107 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.58 |
| HSL | 256.74º | 0.25% | 0.34% | - |
| HSV(B) | 256.74º | 0.4% | 0.42% | - |
| XYZ | 7.47 | 6.26 | 14.73 | - |
| YUV | 72.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 107 | 0.29 | 0.40 | 0 | 0.58 | 256.74 | 0.25 | 0.34 |
| Hex | 4C | 40 | 6B | 1D | 28 | 0 | 3A | 101 | 19 | 22 |
| Octal | 114 | 100 | 153 | 35 | 50 | 0 | 72 | 401 | 31 | 42 |
| Binary | 1001100 | 1000000 | 1101011 | 11101 | 101000 | 0 | 111010 | 100000001 | 11001 | 100010 |
Color Harmonies of #4C406B
Complementary color
Monochromatic Colors of #4C406B
Black with #4C406B
Text Example
Text Example
White with #4C406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C406B; }
p { color: rgb(76,64,107); }
H1.HeaderClassName
{
color: #4C406B;
}
.AnyTagClassName
{
color: #4C406B;
}
</style>
background-color css
<style>
a { background-color: #4C406B; }
a { background-color: rgb(76,64,107); }
div.DivClassName
{
background-color: #4C406B;
}
.BgClassName
{
background-color: #4C406B;
}
</style>
border-color css
<style>
span { border-color: #4C406B; }
span { border-color: rgb(76,64,107); }
td.TdClassName
{
border-color: #4C406B;
}
.TagClassName
{
border-color: #4C406B;
}
</style>