Shades of Jon #484142
Tints of Jon #484142
RGB
CMYK
RGB Variations
Color information
#484142 (or 0x484142) is known color: Jon. HEX triplet: 48, 41 and 42. RGB value is (72,65,66). Sum of RGB (Red+Green+Blue) = 72+65+66=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #484142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484142 is #B7BEBD. Grayscale: #434343. Windows color (decimal): -12041918 or 4342088. OLE color: 4342088.
HSL color Cylindrical-coordinate representation of color #484142: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484142 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 66 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.72 |
| HSL | 351.43º | 0.05% | 0.27% | - |
| HSV(B) | 351.43º | 0.1% | 0.28% | - |
| XYZ | 5.55 | 5.55 | 5.93 | - |
| YUV | 67.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 66 | 0 | 0.10 | 0.08 | 0.72 | 351.43 | 0.05 | 0.27 |
| Hex | 48 | 41 | 42 | 0 | A | 8 | 48 | 15F | 5 | 1B |
| Octal | 110 | 101 | 102 | 0 | 12 | 10 | 110 | 537 | 5 | 33 |
| Binary | 1001000 | 1000001 | 1000010 | 0 | 1010 | 1000 | 1001000 | 101011111 | 101 | 11011 |
Color Harmonies of #484142
Complementary color
Monochromatic Colors of #484142
Black with #484142
Text Example
Text Example
White with #484142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484142; }
p { color: rgb(72,65,66); }
H1.HeaderClassName
{
color: #484142;
}
.AnyTagClassName
{
color: #484142;
}
</style>
background-color css
<style>
a { background-color: #484142; }
a { background-color: rgb(72,65,66); }
div.DivClassName
{
background-color: #484142;
}
.BgClassName
{
background-color: #484142;
}
</style>
border-color css
<style>
span { border-color: #484142; }
span { border-color: rgb(72,65,66); }
td.TdClassName
{
border-color: #484142;
}
.TagClassName
{
border-color: #484142;
}
</style>