Shades of Jon #473A3D
Tints of Jon #473A3D
RGB
CMYK
RGB Variations
Color information
#473A3D (or 0x473A3D) is known color: Jon. HEX triplet: 47, 3A and 3D. RGB value is (71,58,61). Sum of RGB (Red+Green+Blue) = 71+58+61=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3D is #B8C5C2. Grayscale: #3E3E3E. Windows color (decimal): -12109251 or 4012615. OLE color: 4012615.
HSL color Cylindrical-coordinate representation of color #473A3D: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A3D is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 61 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.72 |
| HSL | 346.15º | 0.1% | 0.25% | - |
| HSV(B) | 346.15º | 0.18% | 0.28% | - |
| XYZ | 4.95 | 4.7 | 5.06 | - |
| YUV | 62.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 61 | 0 | 0.18 | 0.14 | 0.72 | 346.15 | 0.1 | 0.25 |
| Hex | 47 | 3A | 3D | 0 | 12 | E | 48 | 15A | A | 19 |
| Octal | 107 | 72 | 75 | 0 | 22 | 16 | 110 | 532 | 12 | 31 |
| Binary | 1000111 | 111010 | 111101 | 0 | 10010 | 1110 | 1001000 | 101011010 | 1010 | 11001 |
Color Harmonies of #473A3D
Complementary color
Monochromatic Colors of #473A3D
Black with #473A3D
Text Example
Text Example
White with #473A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A3D; }
p { color: rgb(71,58,61); }
H1.HeaderClassName
{
color: #473A3D;
}
.AnyTagClassName
{
color: #473A3D;
}
</style>
background-color css
<style>
a { background-color: #473A3D; }
a { background-color: rgb(71,58,61); }
div.DivClassName
{
background-color: #473A3D;
}
.BgClassName
{
background-color: #473A3D;
}
</style>
border-color css
<style>
span { border-color: #473A3D; }
span { border-color: rgb(71,58,61); }
td.TdClassName
{
border-color: #473A3D;
}
.TagClassName
{
border-color: #473A3D;
}
</style>