Shades of Meteorite #4C436A
Tints of Meteorite #4C436A
RGB
CMYK
RGB Variations
Color information
#4C436A (or 0x4C436A) is known color: Meteorite. HEX triplet: 4C, 43 and 6A. RGB value is (76,67,106). Sum of RGB (Red+Green+Blue) = 76+67+106=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C436A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C436A is #B3BC95. Grayscale: #494949. Windows color (decimal): -11779222 or 6964044. OLE color: 6964044.
HSL color Cylindrical-coordinate representation of color #4C436A: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C436A is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 67 | 106 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.58 |
| HSL | 253.85º | 0.23% | 0.34% | - |
| HSV(B) | 253.85º | 0.37% | 0.42% | - |
| XYZ | 7.59 | 6.59 | 14.51 | - |
| YUV | 74.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 106 | 0.28 | 0.37 | 0 | 0.58 | 253.85 | 0.23 | 0.34 |
| Hex | 4C | 43 | 6A | 1C | 25 | 0 | 3A | FE | 17 | 22 |
| Octal | 114 | 103 | 152 | 34 | 45 | 0 | 72 | 376 | 27 | 42 |
| Binary | 1001100 | 1000011 | 1101010 | 11100 | 100101 | 0 | 111010 | 11111110 | 10111 | 100010 |
Color Harmonies of #4C436A
Complementary color
Monochromatic Colors of #4C436A
Black with #4C436A
Text Example
Text Example
White with #4C436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C436A; }
p { color: rgb(76,67,106); }
H1.HeaderClassName
{
color: #4C436A;
}
.AnyTagClassName
{
color: #4C436A;
}
</style>
background-color css
<style>
a { background-color: #4C436A; }
a { background-color: rgb(76,67,106); }
div.DivClassName
{
background-color: #4C436A;
}
.BgClassName
{
background-color: #4C436A;
}
</style>
border-color css
<style>
span { border-color: #4C436A; }
span { border-color: rgb(76,67,106); }
td.TdClassName
{
border-color: #4C436A;
}
.TagClassName
{
border-color: #4C436A;
}
</style>