#4E184A

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

Shades of Loulou #4E184A

Tints of Loulou #4E184A

Color information

#4E184A (or 0x4E184A) is unknown color: approx Loulou. HEX triplet: 4E, 18 and 4A. RGB value is (78,24,74). Sum of RGB (Red+Green+Blue) = 78+24+74=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E184A is #B1E7B5. Grayscale: #2D2D2D. Windows color (decimal): -11659190 or 4855886. OLE color: 4855886.

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

Color convert

RGB782474-
CMYK00.690.050.69
HSL304.44º52.94%20%-
HSV(B)304.44º69.23%30.59%-
XYZ4.72.776.76-
YUV45.85143.89150.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=44.32%
G=13.64%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78247400.690.050.69304.4452.9420
Hex4E184A0455451303514
Octal11630112010551054606524
Binary100111011000100101001000101101100010110011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,74); }

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

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

 a { background-color: rgb(78,24,74); }

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

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

 span { border-color: rgb(78,24,74); }

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