#473046

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

Shades of Loulou #473046

Tints of Loulou #473046

Color information

#473046 (or 0x473046) is unknown color: approx Loulou. HEX triplet: 47, 30 and 46. RGB value is (71,48,70). Sum of RGB (Red+Green+Blue) = 71+48+70=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473046 is #B8CFB9. Grayscale: #393939. Windows color (decimal): -12111802 or 4599879. OLE color: 4599879.

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

Color convert

RGB714870-
CMYK00.320.010.72
HSL302.61º19.33%23.33%-
HSV(B)302.61º32.39%27.84%-
XYZ4.763.96.3-
YUV57.39135.12137.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=37.57%
G=25.40%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71487000.320.010.72302.6119.3323.33
Hex47304602014812f1317
Octal1076010604011104572327
Binary100011111000010001100100000110010001001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473046; }

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

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

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

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

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

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

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

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