#4E334A

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

Shades of Loulou #4E334A

Tints of Loulou #4E334A

Color information

#4E334A (or 0x4E334A) is unknown color: approx Loulou. HEX triplet: 4E, 33 and 4A. RGB value is (78,51,74). Sum of RGB (Red+Green+Blue) = 78+51+74=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E334A is #B1CCB5. Grayscale: #3D3D3D. Windows color (decimal): -11652278 or 4862798. OLE color: 4862798.

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

Color convert

RGB785174-
CMYK00.350.050.69
HSL308.89º20.93%25.29%-
HSV(B)308.89º34.62%30.59%-
XYZ5.564.487.05-
YUV61.7134.95139.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=38.42%
G=25.12%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78517400.350.050.69308.8920.9325.29
Hex4E334A0235451351519
Octal1166311204351054652531
Binary10011101100111001010010001110110001011001101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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