#4E2E45

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

Shades of Loulou #4E2E45

Tints of Loulou #4E2E45

Color information

#4E2E45 (or 0x4E2E45) is unknown color: approx Loulou. HEX triplet: 4E, 2E and 45. RGB value is (78,46,69). Sum of RGB (Red+Green+Blue) = 78+46+69=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E45 is #B1D1BA. Grayscale: #3A3A3A. Windows color (decimal): -11653563 or 4533838. OLE color: 4533838.

HSL color Cylindrical-coordinate representation of color #4E2E45: hue angle of 316.88º 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 #4E2E45 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB784669-
CMYK00.410.120.69
HSL316.88º25.81%24.31%-
HSV(B)316.88º41.03%30.59%-
XYZ5.1946.13-
YUV58.19134.1142.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=40.41%
G=23.83%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78466900.410.120.69316.8825.8124.31
Hex4E2E45029C4513d1a18
Octal11656105051141054753230
Binary100111010111010001010101001110010001011001111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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