#4E1D44

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

Shades of Loulou #4E1D44

Tints of Loulou #4E1D44

Color information

#4E1D44 (or 0x4E1D44) is unknown color: approx Loulou. HEX triplet: 4E, 1D and 44. RGB value is (78,29,68). Sum of RGB (Red+Green+Blue) = 78+29+68=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D44 is #B1E2BB. Grayscale: #2F2F2F. Windows color (decimal): -11657916 or 4463950. OLE color: 4463950.

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

Color convert

RGB782968-
CMYK00.630.130.69
HSL312.24º45.79%20.98%-
HSV(B)312.24º62.82%30.59%-
XYZ4.622.925.79-
YUV48.1139.23149.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=44.57%
G=16.57%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78296800.630.130.69312.2445.7920.98
Hex4E1D4403FD451382e15
Octal11635104077151054705625
Binary100111011101100010001111111101100010110011100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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