#4E3F40

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

Shades of Jon #4E3F40

Tints of Jon #4E3F40

Color information

#4E3F40 (or 0x4E3F40) is unknown color: approx Jon. HEX triplet: 4E, 3F and 40. RGB value is (78,63,64). Sum of RGB (Red+Green+Blue) = 78+63+64=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F40 is #B1C0BF. Grayscale: #434343. Windows color (decimal): -11649216 or 4210510. OLE color: 4210510.

HSL color Cylindrical-coordinate representation of color #4E3F40: hue angle of 356º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E3F40 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB786364-
CMYK00.190.180.69
HSL356º10.64%27.65%-
HSV(B)356º19.23%30.59%-
XYZ5.845.545.61-
YUV67.6125.97135.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=38.05%
G=30.73%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78636400.190.180.6935610.6427.65
Hex4E3F400131245164b1c
Octal11677100023221055441334
Binary10011101111111000000010011100101000101101100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3F40; }

 p { color: rgb(78,63,64); }

 H1.HeaderClassName
 {
   color: #4E3F40;
 }
 .AnyTagClassName
 {
   color: #4E3F40;
 }
</style>
background-color css

<style>
 a { background-color: #4E3F40; }

 a { background-color: rgb(78,63,64); }

 div.DivClassName
 {
   background-color: #4E3F40;
 }
 .BgClassName
 {
   background-color: #4E3F40;
 }
</style>
border-color css

<style>
 span { border-color: #4E3F40; }

 span { border-color: rgb(78,63,64); }

 td.TdClassName
 {
   border-color: #4E3F40;
 }
 .TagClassName
 {
   border-color: #4E3F40;
 }
</style>