#4E2A44

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

Shades of Loulou #4E2A44

Tints of Loulou #4E2A44

Color information

#4E2A44 (or 0x4E2A44) is unknown color: approx Loulou. HEX triplet: 4E, 2A and 44. RGB value is (78,42,68). Sum of RGB (Red+Green+Blue) = 78+42+68=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A44 is #B1D5BB. Grayscale: #373737. Windows color (decimal): -11654588 or 4467278. OLE color: 4467278.

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

Color convert

RGB784268-
CMYK00.460.130.69
HSL316.67º30%23.53%-
HSV(B)316.67º46.15%30.59%-
XYZ5.013.695.92-
YUV55.73134.93143.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=41.49%
G=22.34%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78426800.460.130.69316.673023.53
Hex4E2A4402ED4513d1e18
Octal11652104056151054753630
Binary100111010101010001000101110110110001011001111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,68); }

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

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

 a { background-color: rgb(78,42,68); }

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

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

 span { border-color: rgb(78,42,68); }

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