#4E2F47

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

Shades of Loulou #4E2F47

Tints of Loulou #4E2F47

Color information

#4E2F47 (or 0x4E2F47) is unknown color: approx Loulou. HEX triplet: 4E, 2F and 47. RGB value is (78,47,71). Sum of RGB (Red+Green+Blue) = 78+47+71=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F47 is #B1D0B8. Grayscale: #3A3A3A. Windows color (decimal): -11653305 or 4665166. OLE color: 4665166.

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

Color convert

RGB784771-
CMYK00.400.090.69
HSL313.55º24.8%24.51%-
HSV(B)313.55º39.74%30.59%-
XYZ5.34.116.47-
YUV59134.77141.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=39.80%
G=23.98%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78477100.400.090.69313.5524.824.51
Hex4E2F4702894513a1919
Octal11657107050111054723131
Binary100111010111110001110101000100110001011001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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