Shades of Meteorite #4C4367
Tints of Meteorite #4C4367
RGB
CMYK
RGB Variations
Color information
#4C4367 (or 0x4C4367) is known color: Meteorite. HEX triplet: 4C, 43 and 67. RGB value is (76,67,103). Sum of RGB (Red+Green+Blue) = 76+67+103=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4367 is #B3BC98. Grayscale: #494949. Windows color (decimal): -11779225 or 6767436. OLE color: 6767436.
HSL color Cylindrical-coordinate representation of color #4C4367: hue angle of 255º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C4367 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 67 | 103 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.60 |
| HSL | 255º | 0.21% | 0.33% | - |
| HSV(B) | 255º | 0.35% | 0.4% | - |
| XYZ | 7.44 | 6.53 | 13.7 | - |
| YUV | 73.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 103 | 0.26 | 0.35 | 0 | 0.60 | 255 | 0.21 | 0.33 |
| Hex | 4C | 43 | 67 | 1A | 23 | 0 | 3C | FF | 15 | 21 |
| Octal | 114 | 103 | 147 | 32 | 43 | 0 | 74 | 377 | 25 | 41 |
| Binary | 1001100 | 1000011 | 1100111 | 11010 | 100011 | 0 | 111100 | 11111111 | 10101 | 100001 |
Color Harmonies of #4C4367
Complementary color
Monochromatic Colors of #4C4367
Black with #4C4367
Text Example
Text Example
White with #4C4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4367; }
p { color: rgb(76,67,103); }
H1.HeaderClassName
{
color: #4C4367;
}
.AnyTagClassName
{
color: #4C4367;
}
</style>
background-color css
<style>
a { background-color: #4C4367; }
a { background-color: rgb(76,67,103); }
div.DivClassName
{
background-color: #4C4367;
}
.BgClassName
{
background-color: #4C4367;
}
</style>
border-color css
<style>
span { border-color: #4C4367; }
span { border-color: rgb(76,67,103); }
td.TdClassName
{
border-color: #4C4367;
}
.TagClassName
{
border-color: #4C4367;
}
</style>