#4E2945

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

Shades of Loulou #4E2945

Tints of Loulou #4E2945

Color information

#4E2945 (or 0x4E2945) is unknown color: approx Loulou. HEX triplet: 4E, 29 and 45. RGB value is (78,41,69). Sum of RGB (Red+Green+Blue) = 78+41+69=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2945 is #B1D6BA. Grayscale: #373737. Windows color (decimal): -11654843 or 4532558. OLE color: 4532558.

HSL color Cylindrical-coordinate representation of color #4E2945: hue angle of 314.59º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E2945 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB784169-
CMYK00.470.120.69
HSL314.59º31.09%23.33%-
HSV(B)314.59º47.44%30.59%-
XYZ5.013.646.07-
YUV55.26135.76144.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=41.49%
G=21.81%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78416900.470.120.69314.5931.0923.33
Hex4E294502FC4513b1f17
Octal11651105057141054733727
Binary100111010100110001010101111110010001011001110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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