#4E2845

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

Shades of Loulou #4E2845

Tints of Loulou #4E2845

Color information

#4E2845 (or 0x4E2845) is unknown color: approx Loulou. HEX triplet: 4E, 28 and 45. RGB value is (78,40,69). Sum of RGB (Red+Green+Blue) = 78+40+69=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2845 is #B1D7BA. Grayscale: #363636. Windows color (decimal): -11655099 or 4532302. OLE color: 4532302.

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

Color convert

RGB784069-
CMYK00.490.120.69
HSL314.21º32.2%23.14%-
HSV(B)314.21º48.72%30.59%-
XYZ4.973.576.06-
YUV54.67136.09144.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=41.71%
G=21.39%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78406900.490.120.69314.2132.223.14
Hex4E2845031C4513a2017
Octal11650105061141054724027
Binary1001110101000100010101100011100100010110011101010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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