#4E274C

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

Shades of Loulou #4E274C

Tints of Loulou #4E274C

Color information

#4E274C (or 0x4E274C) is unknown color: approx Loulou. HEX triplet: 4E, 27 and 4C. RGB value is (78,39,76). Sum of RGB (Red+Green+Blue) = 78+39+76=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E274C is #B1D8B3. Grayscale: #363636. Windows color (decimal): -11655348 or 4990798. OLE color: 4990798.

HSL color Cylindrical-coordinate representation of color #4E274C: hue angle of 303.08º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E274C is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB783976-
CMYK00.500.030.69
HSL303.08º33.33%22.94%-
HSV(B)303.08º50%30.59%-
XYZ5.173.597.26-
YUV54.88139.92144.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=40.41%
G=20.21%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78397600.500.030.69303.0833.3322.94
Hex4E274C03234512f2117
Octal1164711406231054574127
Binary10011101001111001100011001011100010110010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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