Shades of Meteorite #4C4168
Tints of Meteorite #4C4168
RGB
CMYK
RGB Variations
Color information
#4C4168 (or 0x4C4168) is known color: Meteorite. HEX triplet: 4C, 41 and 68. RGB value is (76,65,104). Sum of RGB (Red+Green+Blue) = 76+65+104=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C4168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4168 is #B3BE97. Grayscale: #484848. Windows color (decimal): -11779736 or 6832460. OLE color: 6832460.
HSL color Cylindrical-coordinate representation of color #4C4168: hue angle of 256.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4168 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 65 | 104 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.59 |
| HSL | 256.92º | 0.23% | 0.33% | - |
| HSV(B) | 256.92º | 0.38% | 0.41% | - |
| XYZ | 7.37 | 6.32 | 13.93 | - |
| YUV | 72.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 104 | 0.27 | 0.38 | 0 | 0.59 | 256.92 | 0.23 | 0.33 |
| Hex | 4C | 41 | 68 | 1B | 26 | 0 | 3B | 101 | 17 | 21 |
| Octal | 114 | 101 | 150 | 33 | 46 | 0 | 73 | 401 | 27 | 41 |
| Binary | 1001100 | 1000001 | 1101000 | 11011 | 100110 | 0 | 111011 | 100000001 | 10111 | 100001 |
Color Harmonies of #4C4168
Complementary color
Monochromatic Colors of #4C4168
Black with #4C4168
Text Example
Text Example
White with #4C4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4168; }
p { color: rgb(76,65,104); }
H1.HeaderClassName
{
color: #4C4168;
}
.AnyTagClassName
{
color: #4C4168;
}
</style>
background-color css
<style>
a { background-color: #4C4168; }
a { background-color: rgb(76,65,104); }
div.DivClassName
{
background-color: #4C4168;
}
.BgClassName
{
background-color: #4C4168;
}
</style>
border-color css
<style>
span { border-color: #4C4168; }
span { border-color: rgb(76,65,104); }
td.TdClassName
{
border-color: #4C4168;
}
.TagClassName
{
border-color: #4C4168;
}
</style>