#4E2C42

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

Shades of Loulou #4E2C42

Tints of Loulou #4E2C42

Color information

#4E2C42 (or 0x4E2C42) is unknown color: approx Loulou. HEX triplet: 4E, 2C and 42. RGB value is (78,44,66). Sum of RGB (Red+Green+Blue) = 78+44+66=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C42 is #B1D3BD. Grayscale: #383838. Windows color (decimal): -11654078 or 4336718. OLE color: 4336718.

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

Color convert

RGB784466-
CMYK00.440.150.69
HSL321.18º27.87%23.92%-
HSV(B)321.18º43.59%30.59%-
XYZ5.033.815.63-
YUV56.67133.26143.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=41.49%
G=23.40%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78446600.440.150.69321.1827.8723.92
Hex4E2C4202CF451411c18
Octal11654102054171055013430
Binary100111010110010000100101100111110001011010000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,44,66); }

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

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

 a { background-color: rgb(78,44,66); }

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

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

 span { border-color: rgb(78,44,66); }

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