Shades of Jon #4C3F42
Tints of Jon #4C3F42
RGB
CMYK
RGB Variations
Color information
#4C3F42 (or 0x4C3F42) is known color: Jon. HEX triplet: 4C, 3F and 42. RGB value is (76,63,66). Sum of RGB (Red+Green+Blue) = 76+63+66=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F42 is #B3C0BD. Grayscale: #434343. Windows color (decimal): -11780286 or 4341580. OLE color: 4341580.
HSL color Cylindrical-coordinate representation of color #4C3F42: hue angle of 346.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C3F42 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 63 | 66 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.70 |
| HSL | 346.15º | 0.09% | 0.27% | - |
| HSV(B) | 346.15º | 0.17% | 0.3% | - |
| XYZ | 5.74 | 5.48 | 5.91 | - |
| YUV | 67.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 66 | 0 | 0.17 | 0.13 | 0.70 | 346.15 | 0.09 | 0.27 |
| Hex | 4C | 3F | 42 | 0 | 11 | D | 46 | 15A | 9 | 1B |
| Octal | 114 | 77 | 102 | 0 | 21 | 15 | 106 | 532 | 11 | 33 |
| Binary | 1001100 | 111111 | 1000010 | 0 | 10001 | 1101 | 1000110 | 101011010 | 1001 | 11011 |
Color Harmonies of #4C3F42
Complementary color
Monochromatic Colors of #4C3F42
Black with #4C3F42
Text Example
Text Example
White with #4C3F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F42; }
p { color: rgb(76,63,66); }
H1.HeaderClassName
{
color: #4C3F42;
}
.AnyTagClassName
{
color: #4C3F42;
}
</style>
background-color css
<style>
a { background-color: #4C3F42; }
a { background-color: rgb(76,63,66); }
div.DivClassName
{
background-color: #4C3F42;
}
.BgClassName
{
background-color: #4C3F42;
}
</style>
border-color css
<style>
span { border-color: #4C3F42; }
span { border-color: rgb(76,63,66); }
td.TdClassName
{
border-color: #4C3F42;
}
.TagClassName
{
border-color: #4C3F42;
}
</style>