Shades of Jon #4A3E42
Tints of Jon #4A3E42
RGB
CMYK
RGB Variations
Color information
#4A3E42 (or 0x4A3E42) is known color: Jon. HEX triplet: 4A, 3E and 42. RGB value is (74,62,66). Sum of RGB (Red+Green+Blue) = 74+62+66=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3E42 is #B5C1BD. Grayscale: #424242. Windows color (decimal): -11911614 or 4341322. OLE color: 4341322.
HSL color Cylindrical-coordinate representation of color #4A3E42: hue angle of 340º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A3E42 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 62 | 66 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.71 |
| HSL | 340º | 0.09% | 0.27% | - |
| HSV(B) | 340º | 0.16% | 0.29% | - |
| XYZ | 5.53 | 5.29 | 5.88 | - |
| YUV | 66.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 66 | 0 | 0.16 | 0.11 | 0.71 | 340 | 0.09 | 0.27 |
| Hex | 4A | 3E | 42 | 0 | 10 | B | 47 | 154 | 9 | 1B |
| Octal | 112 | 76 | 102 | 0 | 20 | 13 | 107 | 524 | 11 | 33 |
| Binary | 1001010 | 111110 | 1000010 | 0 | 10000 | 1011 | 1000111 | 101010100 | 1001 | 11011 |
Color Harmonies of #4A3E42
Complementary color
Monochromatic Colors of #4A3E42
Black with #4A3E42
Text Example
Text Example
White with #4A3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E42; }
p { color: rgb(74,62,66); }
H1.HeaderClassName
{
color: #4A3E42;
}
.AnyTagClassName
{
color: #4A3E42;
}
</style>
background-color css
<style>
a { background-color: #4A3E42; }
a { background-color: rgb(74,62,66); }
div.DivClassName
{
background-color: #4A3E42;
}
.BgClassName
{
background-color: #4A3E42;
}
</style>
border-color css
<style>
span { border-color: #4A3E42; }
span { border-color: rgb(74,62,66); }
td.TdClassName
{
border-color: #4A3E42;
}
.TagClassName
{
border-color: #4A3E42;
}
</style>