#473047

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

Shades of Loulou #473047

Tints of Loulou #473047

Color information

#473047 (or 0x473047) is unknown color: approx Loulou. HEX triplet: 47, 30 and 47. RGB value is (71,48,71). Sum of RGB (Red+Green+Blue) = 71+48+71=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473047 is #B8CFB8. Grayscale: #393939. Windows color (decimal): -12111801 or 4665415. OLE color: 4665415.

HSL color Cylindrical-coordinate representation of color #473047: hue angle of 300º 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 #473047 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB714871-
CMYK00.3200.72
HSL300º19.33%23.33%-
HSV(B)300º32.39%27.84%-
XYZ4.793.916.46-
YUV57.5135.62137.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=37.37%
G=25.26%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71487100.3200.7230019.3323.33
Hex47304702004812c1317
Octal1076010704001104542327
Binary100011111000010001110100000010010001001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473047; }

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

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

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

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

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

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

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

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