#46383B

Color #46383B Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #46383B

Tints of Jon #46383B

Color information

#46383B (or 0x46383B) is unknown color: approx 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

RGB705659-
CMYK00.200.160.73
HSL347.14º11.11%24.71%-
HSV(B)347.14º20%27.45%-
XYZ4.734.454.75-
YUV60.53127.14134.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=37.84%
G=30.27%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70565900.200.160.73347.1411.1124.71
Hex46383B014104915bb19
Octal1067073024201115331331
Binary1000110111000111011010100100001001001101011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>