Shades of Meteorite #4C4373
Tints of Meteorite #4C4373
RGB
CMYK
RGB Variations
Color information
#4C4373 (or 0x4C4373) is known color: Meteorite. HEX triplet: 4C, 43 and 73. RGB value is (76,67,115). Sum of RGB (Red+Green+Blue) = 76+67+115=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4373 is #B3BC8C. Grayscale: #4A4A4A. Windows color (decimal): -11779213 or 7553868. OLE color: 7553868.
HSL color Cylindrical-coordinate representation of color #4C4373: hue angle of 251.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C4373 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 67 | 115 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.55 |
| HSL | 251.25º | 0.26% | 0.36% | - |
| HSV(B) | 251.25º | 0.42% | 0.45% | - |
| XYZ | 8.08 | 6.79 | 17.1 | - |
| YUV | 75.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 115 | 0.34 | 0.42 | 0 | 0.55 | 251.25 | 0.26 | 0.36 |
| Hex | 4C | 43 | 73 | 22 | 2A | 0 | 37 | FB | 1A | 24 |
| Octal | 114 | 103 | 163 | 42 | 52 | 0 | 67 | 373 | 32 | 44 |
| Binary | 1001100 | 1000011 | 1110011 | 100010 | 101010 | 0 | 110111 | 11111011 | 11010 | 100100 |
Color Harmonies of #4C4373
Complementary color
Monochromatic Colors of #4C4373
Black with #4C4373
Text Example
Text Example
White with #4C4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4373; }
p { color: rgb(76,67,115); }
H1.HeaderClassName
{
color: #4C4373;
}
.AnyTagClassName
{
color: #4C4373;
}
</style>
background-color css
<style>
a { background-color: #4C4373; }
a { background-color: rgb(76,67,115); }
div.DivClassName
{
background-color: #4C4373;
}
.BgClassName
{
background-color: #4C4373;
}
</style>
border-color css
<style>
span { border-color: #4C4373; }
span { border-color: rgb(76,67,115); }
td.TdClassName
{
border-color: #4C4373;
}
.TagClassName
{
border-color: #4C4373;
}
</style>