#4E274A

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

Shades of Loulou #4E274A

Tints of Loulou #4E274A

Color information

#4E274A (or 0x4E274A) is unknown color: approx Loulou. HEX triplet: 4E, 27 and 4A. RGB value is (78,39,74). Sum of RGB (Red+Green+Blue) = 78+39+74=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E274A is #B1D8B5. Grayscale: #363636. Windows color (decimal): -11655350 or 4859726. OLE color: 4859726.

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

Color convert

RGB783974-
CMYK00.500.050.69
HSL306.15º33.33%22.94%-
HSV(B)306.15º50%30.59%-
XYZ5.13.576.9-
YUV54.65138.92144.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=40.84%
G=20.42%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78397400.500.050.69306.1533.3322.94
Hex4E274A0325451322117
Octal1164711206251054624127
Binary100111010011110010100110010101100010110011001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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