Shades of Meteorite #4C4568
Tints of Meteorite #4C4568
RGB
CMYK
RGB Variations
Color information
#4C4568 (or 0x4C4568) is known color: Meteorite. HEX triplet: 4C, 45 and 68. RGB value is (76,69,104). Sum of RGB (Red+Green+Blue) = 76+69+104=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4568 is #B3BA97. Grayscale: #4A4A4A. Windows color (decimal): -11778712 or 6833484. OLE color: 6833484.
HSL color Cylindrical-coordinate representation of color #4C4568: hue angle of 252º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C4568 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 69 | 104 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.59 |
| HSL | 252º | 0.2% | 0.34% | - |
| HSV(B) | 252º | 0.34% | 0.41% | - |
| XYZ | 7.61 | 6.79 | 14.01 | - |
| YUV | 75.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 104 | 0.27 | 0.34 | 0 | 0.59 | 252 | 0.2 | 0.34 |
| Hex | 4C | 45 | 68 | 1B | 22 | 0 | 3B | FC | 14 | 22 |
| Octal | 114 | 105 | 150 | 33 | 42 | 0 | 73 | 374 | 24 | 42 |
| Binary | 1001100 | 1000101 | 1101000 | 11011 | 100010 | 0 | 111011 | 11111100 | 10100 | 100010 |
Color Harmonies of #4C4568
Complementary color
Monochromatic Colors of #4C4568
Black with #4C4568
Text Example
Text Example
White with #4C4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4568; }
p { color: rgb(76,69,104); }
H1.HeaderClassName
{
color: #4C4568;
}
.AnyTagClassName
{
color: #4C4568;
}
</style>
background-color css
<style>
a { background-color: #4C4568; }
a { background-color: rgb(76,69,104); }
div.DivClassName
{
background-color: #4C4568;
}
.BgClassName
{
background-color: #4C4568;
}
</style>
border-color css
<style>
span { border-color: #4C4568; }
span { border-color: rgb(76,69,104); }
td.TdClassName
{
border-color: #4C4568;
}
.TagClassName
{
border-color: #4C4568;
}
</style>