#4E3B48

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

Shades of Loulou #4E3B48

Tints of Loulou #4E3B48

Color information

#4E3B48 (or 0x4E3B48) is unknown color: approx Loulou. HEX triplet: 4E, 3B and 48. RGB value is (78,59,72). Sum of RGB (Red+Green+Blue) = 78+59+72=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B48 is #B1C4B7. Grayscale: #424242. Windows color (decimal): -11650232 or 4733774. OLE color: 4733774.

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

Color convert

RGB785972-
CMYK00.240.080.69
HSL318.95º13.87%26.86%-
HSV(B)318.95º24.36%30.59%-
XYZ5.885.226.83-
YUV66.16131.29136.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=37.32%
G=28.23%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78597200.240.080.69318.9513.8726.86
Hex4E3B4801884513fe1b
Octal11673110030101054771633
Binary1001110111011100100001100010001000101100111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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