#4E2E47

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

Shades of Loulou #4E2E47

Tints of Loulou #4E2E47

Color information

#4E2E47 (or 0x4E2E47) is unknown color: approx Loulou. HEX triplet: 4E, 2E and 47. RGB value is (78,46,71). Sum of RGB (Red+Green+Blue) = 78+46+71=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E47 is #B1D1B8. Grayscale: #3A3A3A. Windows color (decimal): -11653561 or 4664910. OLE color: 4664910.

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

Color convert

RGB784671-
CMYK00.410.090.69
HSL313.12º25.81%24.31%-
HSV(B)313.12º41.03%30.59%-
XYZ5.264.036.46-
YUV58.42135.1141.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=40%
G=23.59%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78467100.410.090.69313.1225.8124.31
Hex4E2E470299451391a18
Octal11656107051111054713230
Binary100111010111010001110101001100110001011001110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,46,71); }

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

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

 a { background-color: rgb(78,46,71); }

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

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

 span { border-color: rgb(78,46,71); }

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