#4E2F48

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

Shades of Loulou #4E2F48

Tints of Loulou #4E2F48

Color information

#4E2F48 (or 0x4E2F48) is unknown color: approx Loulou. HEX triplet: 4E, 2F and 48. RGB value is (78,47,72). Sum of RGB (Red+Green+Blue) = 78+47+72=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F48 is #B1D0B7. Grayscale: #3B3B3B. Windows color (decimal): -11653304 or 4730702. OLE color: 4730702.

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

Color convert

RGB784772-
CMYK00.400.080.69
HSL311.61º24.8%24.51%-
HSV(B)311.61º39.74%30.59%-
XYZ5.334.126.65-
YUV59.12135.27141.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=39.59%
G=23.86%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78477200.400.080.69311.6124.824.51
Hex4E2F480288451381919
Octal11657110050101054703131
Binary100111010111110010000101000100010001011001110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,47,72); }

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

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

 a { background-color: rgb(78,47,72); }

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

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

 span { border-color: rgb(78,47,72); }

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