#4E383B

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

Shades of Jon #4E383B

Tints of Jon #4E383B

Color information

#4E383B (or 0x4E383B) is unknown color: approx Jon. HEX triplet: 4E, 38 and 3B. RGB value is (78,56,59). Sum of RGB (Red+Green+Blue) = 78+56+59=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E383B is #B1C7C4. Grayscale: #3E3E3E. Windows color (decimal): -11651013 or 3881038. OLE color: 3881038.

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

Color convert

RGB785659-
CMYK00.280.240.69
HSL351.82º16.42%26.27%-
HSV(B)351.82º28.21%30.59%-
XYZ5.354.764.78-
YUV62.92125.79138.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=40.41%
G=29.02%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78565900.280.240.69351.8216.4226.27
Hex4E383B01C1845160101a
Octal1167073034301055402032
Binary10011101110001110110111001100010001011011000001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,59); }

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

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

 a { background-color: rgb(78,56,59); }

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

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

 span { border-color: rgb(78,56,59); }

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