Shades of Jon #474143
Tints of Jon #474143
RGB
CMYK
RGB Variations
Color information
#474143 (or 0x474143) is known color: Jon. HEX triplet: 47, 41 and 43. RGB value is (71,65,67). Sum of RGB (Red+Green+Blue) = 71+65+67=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 71 - color contains mainly: red. Hex color #474143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474143 is #B8BEBC. Grayscale: #434343. Windows color (decimal): -12107453 or 4407623. OLE color: 4407623.
HSL color Cylindrical-coordinate representation of color #474143: hue angle of 340º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474143 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 65 | 67 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.72 |
| HSL | 340º | 0.04% | 0.27% | - |
| HSV(B) | 340º | 0.08% | 0.28% | - |
| XYZ | 5.5 | 5.53 | 6.09 | - |
| YUV | 67.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 67 | 0 | 0.08 | 0.06 | 0.72 | 340 | 0.04 | 0.27 |
| Hex | 47 | 41 | 43 | 0 | 8 | 6 | 48 | 154 | 4 | 1B |
| Octal | 107 | 101 | 103 | 0 | 10 | 6 | 110 | 524 | 4 | 33 |
| Binary | 1000111 | 1000001 | 1000011 | 0 | 1000 | 110 | 1001000 | 101010100 | 100 | 11011 |
Color Harmonies of #474143
Complementary color
Monochromatic Colors of #474143
Black with #474143
Text Example
Text Example
White with #474143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474143; }
p { color: rgb(71,65,67); }
H1.HeaderClassName
{
color: #474143;
}
.AnyTagClassName
{
color: #474143;
}
</style>
background-color css
<style>
a { background-color: #474143; }
a { background-color: rgb(71,65,67); }
div.DivClassName
{
background-color: #474143;
}
.BgClassName
{
background-color: #474143;
}
</style>
border-color css
<style>
span { border-color: #474143; }
span { border-color: rgb(71,65,67); }
td.TdClassName
{
border-color: #474143;
}
.TagClassName
{
border-color: #474143;
}
</style>