Shades of Meteorite #4C456F
Tints of Meteorite #4C456F
RGB
CMYK
RGB Variations
Color information
#4C456F (or 0x4C456F) is known color: Meteorite. HEX triplet: 4C, 45 and 6F. RGB value is (76,69,111). Sum of RGB (Red+Green+Blue) = 76+69+111=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C456F is #B3BA90. Grayscale: #4B4B4B. Windows color (decimal): -11778705 or 7292236. OLE color: 7292236.
HSL color Cylindrical-coordinate representation of color #4C456F: hue angle of 250º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C456F is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 69 | 111 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.56 |
| HSL | 250º | 0.23% | 0.35% | - |
| HSV(B) | 250º | 0.38% | 0.44% | - |
| XYZ | 7.98 | 6.94 | 15.96 | - |
| YUV | 75.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 111 | 0.32 | 0.38 | 0 | 0.56 | 250 | 0.23 | 0.35 |
| Hex | 4C | 45 | 6F | 20 | 26 | 0 | 38 | FA | 17 | 23 |
| Octal | 114 | 105 | 157 | 40 | 46 | 0 | 70 | 372 | 27 | 43 |
| Binary | 1001100 | 1000101 | 1101111 | 100000 | 100110 | 0 | 111000 | 11111010 | 10111 | 100011 |
Color Harmonies of #4C456F
Complementary color
Monochromatic Colors of #4C456F
Black with #4C456F
Text Example
Text Example
White with #4C456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C456F; }
p { color: rgb(76,69,111); }
H1.HeaderClassName
{
color: #4C456F;
}
.AnyTagClassName
{
color: #4C456F;
}
</style>
background-color css
<style>
a { background-color: #4C456F; }
a { background-color: rgb(76,69,111); }
div.DivClassName
{
background-color: #4C456F;
}
.BgClassName
{
background-color: #4C456F;
}
</style>
border-color css
<style>
span { border-color: #4C456F; }
span { border-color: rgb(76,69,111); }
td.TdClassName
{
border-color: #4C456F;
}
.TagClassName
{
border-color: #4C456F;
}
</style>