#4E2B4C

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

Shades of Loulou #4E2B4C

Tints of Loulou #4E2B4C

Color information

#4E2B4C (or 0x4E2B4C) is unknown color: approx Loulou. HEX triplet: 4E, 2B and 4C. RGB value is (78,43,76). Sum of RGB (Red+Green+Blue) = 78+43+76=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B4C is #B1D4B3. Grayscale: #393939. Windows color (decimal): -11654324 or 4991822. OLE color: 4991822.

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

Color convert

RGB784376-
CMYK00.450.030.69
HSL303.43º28.93%23.73%-
HSV(B)303.43º44.87%30.59%-
XYZ5.313.877.3-
YUV57.23138.6142.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=39.59%
G=21.83%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78437600.450.030.69303.4328.9323.73
Hex4E2B4C02D34512f1d18
Octal1165311405531054573530
Binary1001110101011100110001011011110001011001011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,43,76); }

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

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

 a { background-color: rgb(78,43,76); }

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

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

 span { border-color: rgb(78,43,76); }

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