Shades of Jon #4A3E3F
Tints of Jon #4A3E3F
RGB
CMYK
RGB Variations
Color information
#4A3E3F (or 0x4A3E3F) is known color: Jon. HEX triplet: 4A, 3E and 3F. RGB value is (74,62,63). Sum of RGB (Red+Green+Blue) = 74+62+63=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3E3F is #B5C1C0. Grayscale: #414141. Windows color (decimal): -11911617 or 4144714. OLE color: 4144714.
HSL color Cylindrical-coordinate representation of color #4A3E3F: hue angle of 355º 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 #4A3E3F is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 62 | 63 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.71 |
| HSL | 355º | 0.09% | 0.27% | - |
| HSV(B) | 355º | 0.16% | 0.29% | - |
| XYZ | 5.44 | 5.26 | 5.43 | - |
| YUV | 65.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 63 | 0 | 0.16 | 0.15 | 0.71 | 355 | 0.09 | 0.27 |
| Hex | 4A | 3E | 3F | 0 | 10 | F | 47 | 163 | 9 | 1B |
| Octal | 112 | 76 | 77 | 0 | 20 | 17 | 107 | 543 | 11 | 33 |
| Binary | 1001010 | 111110 | 111111 | 0 | 10000 | 1111 | 1000111 | 101100011 | 1001 | 11011 |
Color Harmonies of #4A3E3F
Complementary color
Monochromatic Colors of #4A3E3F
Black with #4A3E3F
Text Example
Text Example
White with #4A3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E3F; }
p { color: rgb(74,62,63); }
H1.HeaderClassName
{
color: #4A3E3F;
}
.AnyTagClassName
{
color: #4A3E3F;
}
</style>
background-color css
<style>
a { background-color: #4A3E3F; }
a { background-color: rgb(74,62,63); }
div.DivClassName
{
background-color: #4A3E3F;
}
.BgClassName
{
background-color: #4A3E3F;
}
</style>
border-color css
<style>
span { border-color: #4A3E3F; }
span { border-color: rgb(74,62,63); }
td.TdClassName
{
border-color: #4A3E3F;
}
.TagClassName
{
border-color: #4A3E3F;
}
</style>