Shades of Meteorite #4C4563
Tints of Meteorite #4C4563
RGB
CMYK
RGB Variations
Color information
#4C4563 (or 0x4C4563) is known color: Meteorite. HEX triplet: 4C, 45 and 63. RGB value is (76,69,99). Sum of RGB (Red+Green+Blue) = 76+69+99=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C4563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4563 is #B3BA9C. Grayscale: #4A4A4A. Windows color (decimal): -11778717 or 6505804. OLE color: 6505804.
HSL color Cylindrical-coordinate representation of color #4C4563: hue angle of 254º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C4563 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 69 | 99 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.61 |
| HSL | 254º | 0.18% | 0.33% | - |
| HSV(B) | 254º | 0.3% | 0.39% | - |
| XYZ | 7.36 | 6.69 | 12.71 | - |
| YUV | 74.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 99 | 0.23 | 0.30 | 0 | 0.61 | 254 | 0.18 | 0.33 |
| Hex | 4C | 45 | 63 | 17 | 1E | 0 | 3D | FE | 12 | 21 |
| Octal | 114 | 105 | 143 | 27 | 36 | 0 | 75 | 376 | 22 | 41 |
| Binary | 1001100 | 1000101 | 1100011 | 10111 | 11110 | 0 | 111101 | 11111110 | 10010 | 100001 |
Color Harmonies of #4C4563
Complementary color
Monochromatic Colors of #4C4563
Black with #4C4563
Text Example
Text Example
White with #4C4563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4563; }
p { color: rgb(76,69,99); }
H1.HeaderClassName
{
color: #4C4563;
}
.AnyTagClassName
{
color: #4C4563;
}
</style>
background-color css
<style>
a { background-color: #4C4563; }
a { background-color: rgb(76,69,99); }
div.DivClassName
{
background-color: #4C4563;
}
.BgClassName
{
background-color: #4C4563;
}
</style>
border-color css
<style>
span { border-color: #4C4563; }
span { border-color: rgb(76,69,99); }
td.TdClassName
{
border-color: #4C4563;
}
.TagClassName
{
border-color: #4C4563;
}
</style>