Shades of Meteorite #4C3668
Tints of Meteorite #4C3668
RGB
CMYK
RGB Variations
Color information
#4C3668 (or 0x4C3668) is known color: Meteorite. HEX triplet: 4C, 36 and 68. RGB value is (76,54,104). Sum of RGB (Red+Green+Blue) = 76+54+104=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C3668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3668 is #B3C997. Grayscale: #424242. Windows color (decimal): -11782552 or 6829644. OLE color: 6829644.
HSL color Cylindrical-coordinate representation of color #4C3668: hue angle of 266.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C3668 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 54 | 104 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.59 |
| HSL | 266.4º | 0.32% | 0.31% | - |
| HSV(B) | 266.4º | 0.48% | 0.41% | - |
| XYZ | 6.8 | 5.17 | 13.74 | - |
| YUV | 66.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 104 | 0.27 | 0.48 | 0 | 0.59 | 266.4 | 0.32 | 0.31 |
| Hex | 4C | 36 | 68 | 1B | 30 | 0 | 3B | 10A | 20 | 1F |
| Octal | 114 | 66 | 150 | 33 | 60 | 0 | 73 | 412 | 40 | 37 |
| Binary | 1001100 | 110110 | 1101000 | 11011 | 110000 | 0 | 111011 | 100001010 | 100000 | 11111 |
Color Harmonies of #4C3668
Complementary color
Monochromatic Colors of #4C3668
Black with #4C3668
Text Example
Text Example
White with #4C3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3668; }
p { color: rgb(76,54,104); }
H1.HeaderClassName
{
color: #4C3668;
}
.AnyTagClassName
{
color: #4C3668;
}
</style>
background-color css
<style>
a { background-color: #4C3668; }
a { background-color: rgb(76,54,104); }
div.DivClassName
{
background-color: #4C3668;
}
.BgClassName
{
background-color: #4C3668;
}
</style>
border-color css
<style>
span { border-color: #4C3668; }
span { border-color: rgb(76,54,104); }
td.TdClassName
{
border-color: #4C3668;
}
.TagClassName
{
border-color: #4C3668;
}
</style>