#472946

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

Shades of Loulou #472946

Tints of Loulou #472946

Color information

#472946 (or 0x472946) is unknown color: approx Loulou. HEX triplet: 47, 29 and 46. RGB value is (71,41,70). Sum of RGB (Red+Green+Blue) = 71+41+70=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472946 is #B8D6B9. Grayscale: #353535. Windows color (decimal): -12113594 or 4598087. OLE color: 4598087.

HSL color Cylindrical-coordinate representation of color #472946: hue angle of 302º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472946 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB714170-
CMYK00.420.010.72
HSL302º26.79%21.96%-
HSV(B)302º42.25%27.84%-
XYZ4.53.376.21-
YUV53.28137.44140.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=39.01%
G=22.53%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71417000.420.010.7230226.7921.96
Hex47294602A14812e1b16
Octal1075110605211104563326
Binary100011110100110001100101010110010001001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472946; }

 p { color: rgb(71,41,70); }

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

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

 a { background-color: rgb(71,41,70); }

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

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

 span { border-color: rgb(71,41,70); }

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