#473146

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

Shades of Loulou #473146

Tints of Loulou #473146

Color information

#473146 (or 0x473146) is unknown color: approx Loulou. HEX triplet: 47, 31 and 46. RGB value is (71,49,70). Sum of RGB (Red+Green+Blue) = 71+49+70=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473146 is #B8CEB9. Grayscale: #393939. Windows color (decimal): -12111546 or 4600135. OLE color: 4600135.

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

Color convert

RGB714970-
CMYK00.310.010.72
HSL302.73º18.33%23.53%-
HSV(B)302.73º30.99%27.84%-
XYZ4.83.986.31-
YUV57.97134.79137.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=37.37%
G=25.79%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71497000.310.010.72302.7318.3323.53
Hex47314601F14812f1218
Octal1076110603711104572230
Binary10001111100011000110011111110010001001011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473146; }

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

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

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

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

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

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

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

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