#4E2C4A

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

Shades of Loulou #4E2C4A

Tints of Loulou #4E2C4A

Color information

#4E2C4A (or 0x4E2C4A) is unknown color: approx Loulou. HEX triplet: 4E, 2C and 4A. RGB value is (78,44,74). Sum of RGB (Red+Green+Blue) = 78+44+74=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C4A is #B1D3B5. Grayscale: #393939. Windows color (decimal): -11654070 or 4861006. OLE color: 4861006.

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

Color convert

RGB784474-
CMYK00.440.050.69
HSL307.06º27.87%23.92%-
HSV(B)307.06º43.59%30.59%-
XYZ5.283.926.96-
YUV57.59137.26142.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=39.80%
G=22.45%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78447400.440.050.69307.0627.8723.92
Hex4E2C4A02C5451331c18
Octal1165411205451054633430
Binary10011101011001001010010110010110001011001100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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