Shades of Jon #493E3F
Tints of Jon #493E3F
RGB
CMYK
RGB Variations
Color information
#493E3F (or 0x493E3F) is known color: Jon. HEX triplet: 49, 3E and 3F. RGB value is (73,62,63). Sum of RGB (Red+Green+Blue) = 73+62+63=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #493E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E3F is #B6C1C0. Grayscale: #414141. Windows color (decimal): -11977153 or 4144713. OLE color: 4144713.
HSL color Cylindrical-coordinate representation of color #493E3F: hue angle of 354.55º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #493E3F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 63 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.71 |
| HSL | 354.55º | 0.08% | 0.26% | - |
| HSV(B) | 354.55º | 0.15% | 0.29% | - |
| XYZ | 5.37 | 5.22 | 5.43 | - |
| YUV | 65.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 63 | 0 | 0.15 | 0.14 | 0.71 | 354.55 | 0.08 | 0.26 |
| Hex | 49 | 3E | 3F | 0 | F | E | 47 | 163 | 8 | 1A |
| Octal | 111 | 76 | 77 | 0 | 17 | 16 | 107 | 543 | 10 | 32 |
| Binary | 1001001 | 111110 | 111111 | 0 | 1111 | 1110 | 1000111 | 101100011 | 1000 | 11010 |
Color Harmonies of #493E3F
Complementary color
Monochromatic Colors of #493E3F
Black with #493E3F
Text Example
Text Example
White with #493E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E3F; }
p { color: rgb(73,62,63); }
H1.HeaderClassName
{
color: #493E3F;
}
.AnyTagClassName
{
color: #493E3F;
}
</style>
background-color css
<style>
a { background-color: #493E3F; }
a { background-color: rgb(73,62,63); }
div.DivClassName
{
background-color: #493E3F;
}
.BgClassName
{
background-color: #493E3F;
}
</style>
border-color css
<style>
span { border-color: #493E3F; }
span { border-color: rgb(73,62,63); }
td.TdClassName
{
border-color: #493E3F;
}
.TagClassName
{
border-color: #493E3F;
}
</style>