Shades of Meteorite #4C366E
Tints of Meteorite #4C366E
RGB
CMYK
RGB Variations
Color information
#4C366E (or 0x4C366E) is known color: Meteorite. HEX triplet: 4C, 36 and 6E. RGB value is (76,54,110). Sum of RGB (Red+Green+Blue) = 76+54+110=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366E is #B3C991. Grayscale: #424242. Windows color (decimal): -11782546 or 7222860. OLE color: 7222860.
HSL color Cylindrical-coordinate representation of color #4C366E: hue angle of 263.57º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C366E is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 54 | 110 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.57 |
| HSL | 263.57º | 0.34% | 0.32% | - |
| HSV(B) | 263.57º | 0.51% | 0.43% | - |
| XYZ | 7.11 | 5.3 | 15.4 | - |
| YUV | 66.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 110 | 0.31 | 0.51 | 0 | 0.57 | 263.57 | 0.34 | 0.32 |
| Hex | 4C | 36 | 6E | 1F | 33 | 0 | 39 | 108 | 22 | 20 |
| Octal | 114 | 66 | 156 | 37 | 63 | 0 | 71 | 410 | 42 | 40 |
| Binary | 1001100 | 110110 | 1101110 | 11111 | 110011 | 0 | 111001 | 100001000 | 100010 | 100000 |
Color Harmonies of #4C366E
Complementary color
Monochromatic Colors of #4C366E
Black with #4C366E
Text Example
Text Example
White with #4C366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C366E; }
p { color: rgb(76,54,110); }
H1.HeaderClassName
{
color: #4C366E;
}
.AnyTagClassName
{
color: #4C366E;
}
</style>
background-color css
<style>
a { background-color: #4C366E; }
a { background-color: rgb(76,54,110); }
div.DivClassName
{
background-color: #4C366E;
}
.BgClassName
{
background-color: #4C366E;
}
</style>
border-color css
<style>
span { border-color: #4C366E; }
span { border-color: rgb(76,54,110); }
td.TdClassName
{
border-color: #4C366E;
}
.TagClassName
{
border-color: #4C366E;
}
</style>