Shades of Jon #483F42
Tints of Jon #483F42
RGB
CMYK
RGB Variations
Color information
#483F42 (or 0x483F42) is known color: Jon. HEX triplet: 48, 3F and 42. RGB value is (72,63,66). Sum of RGB (Red+Green+Blue) = 72+63+66=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F42 is #B7C0BD. Grayscale: #424242. Windows color (decimal): -12042430 or 4341576. OLE color: 4341576.
HSL color Cylindrical-coordinate representation of color #483F42: hue angle of 340º 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 #483F42 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 66 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.72 |
| HSL | 340º | 0.07% | 0.26% | - |
| HSV(B) | 340º | 0.13% | 0.28% | - |
| XYZ | 5.43 | 5.33 | 5.9 | - |
| YUV | 66.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 66 | 0 | 0.12 | 0.08 | 0.72 | 340 | 0.07 | 0.26 |
| Hex | 48 | 3F | 42 | 0 | C | 8 | 48 | 154 | 7 | 1A |
| Octal | 110 | 77 | 102 | 0 | 14 | 10 | 110 | 524 | 7 | 32 |
| Binary | 1001000 | 111111 | 1000010 | 0 | 1100 | 1000 | 1001000 | 101010100 | 111 | 11010 |
Color Harmonies of #483F42
Complementary color
Monochromatic Colors of #483F42
Black with #483F42
Text Example
Text Example
White with #483F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F42; }
p { color: rgb(72,63,66); }
H1.HeaderClassName
{
color: #483F42;
}
.AnyTagClassName
{
color: #483F42;
}
</style>
background-color css
<style>
a { background-color: #483F42; }
a { background-color: rgb(72,63,66); }
div.DivClassName
{
background-color: #483F42;
}
.BgClassName
{
background-color: #483F42;
}
</style>
border-color css
<style>
span { border-color: #483F42; }
span { border-color: rgb(72,63,66); }
td.TdClassName
{
border-color: #483F42;
}
.TagClassName
{
border-color: #483F42;
}
</style>