Shades of Jon #4A393D
Tints of Jon #4A393D
RGB
CMYK
RGB Variations
Color information
#4A393D (or 0x4A393D) is known color: Jon. HEX triplet: 4A, 39 and 3D. RGB value is (74,57,61). Sum of RGB (Red+Green+Blue) = 74+57+61=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A393D is #B5C6C2. Grayscale: #3E3E3E. Windows color (decimal): -11912899 or 4012362. OLE color: 4012362.
HSL color Cylindrical-coordinate representation of color #4A393D: hue angle of 345.88º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A393D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 57 | 61 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.71 |
| HSL | 345.88º | 0.13% | 0.26% | - |
| HSV(B) | 345.88º | 0.23% | 0.29% | - |
| XYZ | 5.13 | 4.72 | 5.06 | - |
| YUV | 62.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 61 | 0 | 0.23 | 0.18 | 0.71 | 345.88 | 0.13 | 0.26 |
| Hex | 4A | 39 | 3D | 0 | 17 | 12 | 47 | 15A | D | 1A |
| Octal | 112 | 71 | 75 | 0 | 27 | 22 | 107 | 532 | 15 | 32 |
| Binary | 1001010 | 111001 | 111101 | 0 | 10111 | 10010 | 1000111 | 101011010 | 1101 | 11010 |
Color Harmonies of #4A393D
Complementary color
Monochromatic Colors of #4A393D
Black with #4A393D
Text Example
Text Example
White with #4A393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A393D; }
p { color: rgb(74,57,61); }
H1.HeaderClassName
{
color: #4A393D;
}
.AnyTagClassName
{
color: #4A393D;
}
</style>
background-color css
<style>
a { background-color: #4A393D; }
a { background-color: rgb(74,57,61); }
div.DivClassName
{
background-color: #4A393D;
}
.BgClassName
{
background-color: #4A393D;
}
</style>
border-color css
<style>
span { border-color: #4A393D; }
span { border-color: rgb(74,57,61); }
td.TdClassName
{
border-color: #4A393D;
}
.TagClassName
{
border-color: #4A393D;
}
</style>