#4E2442

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

Shades of Loulou #4E2442

Tints of Loulou #4E2442

Color information

#4E2442 (or 0x4E2442) is unknown color: approx Loulou. HEX triplet: 4E, 24 and 42. RGB value is (78,36,66). Sum of RGB (Red+Green+Blue) = 78+36+66=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2442 is #B1DBBD. Grayscale: #333333. Windows color (decimal): -11656126 or 4334670. OLE color: 4334670.

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

Color convert

RGB783666-
CMYK00.540.150.69
HSL317.14º36.84%22.35%-
HSV(B)317.14º53.85%30.59%-
XYZ4.763.275.54-
YUV51.98135.91146.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.33%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=43.33%
G=20%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78366600.540.150.69317.1436.8422.35
Hex4E2442036F4513d2516
Octal11644102066171054754526
Binary1001110100100100001001101101111100010110011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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