Shades of Meteorite #4C416A
Tints of Meteorite #4C416A
RGB
CMYK
RGB Variations
Color information
#4C416A (or 0x4C416A) is known color: Meteorite. HEX triplet: 4C, 41 and 6A. RGB value is (76,65,106). Sum of RGB (Red+Green+Blue) = 76+65+106=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C416A is #B3BE95. Grayscale: #484848. Windows color (decimal): -11779734 or 6963532. OLE color: 6963532.
HSL color Cylindrical-coordinate representation of color #4C416A: hue angle of 256.1º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C416A is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 65 | 106 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.58 |
| HSL | 256.1º | 0.24% | 0.34% | - |
| HSV(B) | 256.1º | 0.39% | 0.42% | - |
| XYZ | 7.47 | 6.36 | 14.47 | - |
| YUV | 72.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 106 | 0.28 | 0.39 | 0 | 0.58 | 256.1 | 0.24 | 0.34 |
| Hex | 4C | 41 | 6A | 1C | 27 | 0 | 3A | 100 | 18 | 22 |
| Octal | 114 | 101 | 152 | 34 | 47 | 0 | 72 | 400 | 30 | 42 |
| Binary | 1001100 | 1000001 | 1101010 | 11100 | 100111 | 0 | 111010 | 100000000 | 11000 | 100010 |
Color Harmonies of #4C416A
Complementary color
Monochromatic Colors of #4C416A
Black with #4C416A
Text Example
Text Example
White with #4C416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C416A; }
p { color: rgb(76,65,106); }
H1.HeaderClassName
{
color: #4C416A;
}
.AnyTagClassName
{
color: #4C416A;
}
</style>
background-color css
<style>
a { background-color: #4C416A; }
a { background-color: rgb(76,65,106); }
div.DivClassName
{
background-color: #4C416A;
}
.BgClassName
{
background-color: #4C416A;
}
</style>
border-color css
<style>
span { border-color: #4C416A; }
span { border-color: rgb(76,65,106); }
td.TdClassName
{
border-color: #4C416A;
}
.TagClassName
{
border-color: #4C416A;
}
</style>