Shades of Jon #46383B
Tints of Jon #46383B
RGB
CMYK
RGB Variations
Color information
#46383B (or 0x46383B) is known color: Jon. HEX triplet: 46, 38 and 3B. RGB value is (70,56,59). Sum of RGB (Red+Green+Blue) = 70+56+59=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #46383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46383B is #B9C7C4. Grayscale: #3C3C3C. Windows color (decimal): -12175301 or 3881030. OLE color: 3881030.
HSL color Cylindrical-coordinate representation of color #46383B: hue angle of 347.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46383B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 59 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.73 |
| HSL | 347.14º | 0.11% | 0.25% | - |
| HSV(B) | 347.14º | 0.2% | 0.27% | - |
| XYZ | 4.73 | 4.45 | 4.75 | - |
| YUV | 60.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 59 | 0 | 0.20 | 0.16 | 0.73 | 347.14 | 0.11 | 0.25 |
| Hex | 46 | 38 | 3B | 0 | 14 | 10 | 49 | 15B | B | 19 |
| Octal | 106 | 70 | 73 | 0 | 24 | 20 | 111 | 533 | 13 | 31 |
| Binary | 1000110 | 111000 | 111011 | 0 | 10100 | 10000 | 1001001 | 101011011 | 1011 | 11001 |
Color Harmonies of #46383B
Complementary color
Monochromatic Colors of #46383B
Black with #46383B
Text Example
Text Example
White with #46383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46383B; }
p { color: rgb(70,56,59); }
H1.HeaderClassName
{
color: #46383B;
}
.AnyTagClassName
{
color: #46383B;
}
</style>
background-color css
<style>
a { background-color: #46383B; }
a { background-color: rgb(70,56,59); }
div.DivClassName
{
background-color: #46383B;
}
.BgClassName
{
background-color: #46383B;
}
</style>
border-color css
<style>
span { border-color: #46383B; }
span { border-color: rgb(70,56,59); }
td.TdClassName
{
border-color: #46383B;
}
.TagClassName
{
border-color: #46383B;
}
</style>