Shades of Meteorite #4C4274
Tints of Meteorite #4C4274
RGB
CMYK
RGB Variations
Color information
#4C4274 (or 0x4C4274) is known color: Meteorite. HEX triplet: 4C, 42 and 74. RGB value is (76,66,116). Sum of RGB (Red+Green+Blue) = 76+66+116=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C4274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4274 is #B3BD8B. Grayscale: #4A4A4A. Windows color (decimal): -11779468 or 7619148. OLE color: 7619148.
HSL color Cylindrical-coordinate representation of color #4C4274: hue angle of 252º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C4274 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 66 | 116 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.55 |
| HSL | 252º | 0.27% | 0.36% | - |
| HSV(B) | 252º | 0.43% | 0.45% | - |
| XYZ | 8.08 | 6.69 | 17.39 | - |
| YUV | 74.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 116 | 0.34 | 0.43 | 0 | 0.55 | 252 | 0.27 | 0.36 |
| Hex | 4C | 42 | 74 | 22 | 2B | 0 | 37 | FC | 1B | 24 |
| Octal | 114 | 102 | 164 | 42 | 53 | 0 | 67 | 374 | 33 | 44 |
| Binary | 1001100 | 1000010 | 1110100 | 100010 | 101011 | 0 | 110111 | 11111100 | 11011 | 100100 |
Color Harmonies of #4C4274
Complementary color
Monochromatic Colors of #4C4274
Black with #4C4274
Text Example
Text Example
White with #4C4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4274; }
p { color: rgb(76,66,116); }
H1.HeaderClassName
{
color: #4C4274;
}
.AnyTagClassName
{
color: #4C4274;
}
</style>
background-color css
<style>
a { background-color: #4C4274; }
a { background-color: rgb(76,66,116); }
div.DivClassName
{
background-color: #4C4274;
}
.BgClassName
{
background-color: #4C4274;
}
</style>
border-color css
<style>
span { border-color: #4C4274; }
span { border-color: rgb(76,66,116); }
td.TdClassName
{
border-color: #4C4274;
}
.TagClassName
{
border-color: #4C4274;
}
</style>