Shades of Jon #483F40
Tints of Jon #483F40
RGB
CMYK
RGB Variations
Color information
#483F40 (or 0x483F40) is known color: Jon. HEX triplet: 48, 3F and 40. RGB value is (72,63,64). Sum of RGB (Red+Green+Blue) = 72+63+64=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F40 is #B7C0BF. Grayscale: #414141. Windows color (decimal): -12042432 or 4210504. OLE color: 4210504.
HSL color Cylindrical-coordinate representation of color #483F40: hue angle of 353.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #483F40 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 64 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.72 |
| HSL | 353.33º | 0.07% | 0.26% | - |
| HSV(B) | 353.33º | 0.13% | 0.28% | - |
| XYZ | 5.38 | 5.3 | 5.59 | - |
| YUV | 65.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 64 | 0 | 0.12 | 0.11 | 0.72 | 353.33 | 0.07 | 0.26 |
| Hex | 48 | 3F | 40 | 0 | C | B | 48 | 161 | 7 | 1A |
| Octal | 110 | 77 | 100 | 0 | 14 | 13 | 110 | 541 | 7 | 32 |
| Binary | 1001000 | 111111 | 1000000 | 0 | 1100 | 1011 | 1001000 | 101100001 | 111 | 11010 |
Color Harmonies of #483F40
Complementary color
Monochromatic Colors of #483F40
Black with #483F40
Text Example
Text Example
White with #483F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F40; }
p { color: rgb(72,63,64); }
H1.HeaderClassName
{
color: #483F40;
}
.AnyTagClassName
{
color: #483F40;
}
</style>
background-color css
<style>
a { background-color: #483F40; }
a { background-color: rgb(72,63,64); }
div.DivClassName
{
background-color: #483F40;
}
.BgClassName
{
background-color: #483F40;
}
</style>
border-color css
<style>
span { border-color: #483F40; }
span { border-color: rgb(72,63,64); }
td.TdClassName
{
border-color: #483F40;
}
.TagClassName
{
border-color: #483F40;
}
</style>