#4E2A45

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

Shades of Loulou #4E2A45

Tints of Loulou #4E2A45

Color information

#4E2A45 (or 0x4E2A45) is unknown color: approx Loulou. HEX triplet: 4E, 2A and 45. RGB value is (78,42,69). Sum of RGB (Red+Green+Blue) = 78+42+69=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A45 is #B1D5BA. Grayscale: #373737. Windows color (decimal): -11654587 or 4532814. OLE color: 4532814.

HSL color Cylindrical-coordinate representation of color #4E2A45: hue angle of 315º 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 #4E2A45 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB784269-
CMYK00.460.120.69
HSL315º30%23.53%-
HSV(B)315º46.15%30.59%-
XYZ5.043.716.08-
YUV55.84135.43143.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=41.27%
G=22.22%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78426900.460.120.693153023.53
Hex4E2A4502EC4513b1e18
Octal11652105056141054733630
Binary100111010101010001010101110110010001011001110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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