#473044

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

Shades of Loulou #473044

Tints of Loulou #473044

Color information

#473044 (or 0x473044) is unknown color: approx Loulou. HEX triplet: 47, 30 and 44. RGB value is (71,48,68). Sum of RGB (Red+Green+Blue) = 71+48+68=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473044 is #B8CFBB. Grayscale: #393939. Windows color (decimal): -12111804 or 4468807. OLE color: 4468807.

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

Color convert

RGB714868-
CMYK00.320.040.72
HSL307.83º19.33%23.33%-
HSV(B)307.83º32.39%27.84%-
XYZ4.73.875.97-
YUV57.16134.12137.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=37.97%
G=25.67%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71486800.320.040.72307.8319.3323.33
Hex4730440204481341317
Octal1076010404041104642327
Binary10001111100001000100010000010010010001001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473044; }

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

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

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

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

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

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

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

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