#4E3449

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

Shades of Loulou #4E3449

Tints of Loulou #4E3449

Color information

#4E3449 (or 0x4E3449) is unknown color: approx Loulou. HEX triplet: 4E, 34 and 49. RGB value is (78,52,73). Sum of RGB (Red+Green+Blue) = 78+52+73=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3449 is #B1CBB6. Grayscale: #3E3E3E. Windows color (decimal): -11652023 or 4797518. OLE color: 4797518.

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

Color convert

RGB785273-
CMYK00.330.060.69
HSL311.54º20%25.49%-
HSV(B)311.54º33.33%30.59%-
XYZ5.574.566.89-
YUV62.17134.11139.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=38.42%
G=25.62%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78527300.330.060.69311.542025.49
Hex4E34490216451381419
Octal1166411104161054702431
Binary10011101101001001001010000111010001011001110001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,73); }

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

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

 a { background-color: rgb(78,52,73); }

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

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

 span { border-color: rgb(78,52,73); }

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