Shades of Jon #4C3E43
Tints of Jon #4C3E43
RGB
CMYK
RGB Variations
Color information
#4C3E43 (or 0x4C3E43) is known color: Jon. HEX triplet: 4C, 3E and 43. RGB value is (76,62,67). Sum of RGB (Red+Green+Blue) = 76+62+67=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E43 is #B3C1BC. Grayscale: #424242. Windows color (decimal): -11780541 or 4406860. OLE color: 4406860.
HSL color Cylindrical-coordinate representation of color #4C3E43: hue angle of 338.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C3E43 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 67 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.70 |
| HSL | 338.57º | 0.1% | 0.27% | - |
| HSV(B) | 338.57º | 0.18% | 0.3% | - |
| XYZ | 5.72 | 5.39 | 6.05 | - |
| YUV | 66.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 67 | 0 | 0.18 | 0.12 | 0.70 | 338.57 | 0.1 | 0.27 |
| Hex | 4C | 3E | 43 | 0 | 12 | C | 46 | 153 | A | 1B |
| Octal | 114 | 76 | 103 | 0 | 22 | 14 | 106 | 523 | 12 | 33 |
| Binary | 1001100 | 111110 | 1000011 | 0 | 10010 | 1100 | 1000110 | 101010011 | 1010 | 11011 |
Color Harmonies of #4C3E43
Complementary color
Monochromatic Colors of #4C3E43
Black with #4C3E43
Text Example
Text Example
White with #4C3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E43; }
p { color: rgb(76,62,67); }
H1.HeaderClassName
{
color: #4C3E43;
}
.AnyTagClassName
{
color: #4C3E43;
}
</style>
background-color css
<style>
a { background-color: #4C3E43; }
a { background-color: rgb(76,62,67); }
div.DivClassName
{
background-color: #4C3E43;
}
.BgClassName
{
background-color: #4C3E43;
}
</style>
border-color css
<style>
span { border-color: #4C3E43; }
span { border-color: rgb(76,62,67); }
td.TdClassName
{
border-color: #4C3E43;
}
.TagClassName
{
border-color: #4C3E43;
}
</style>