#472A44

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

Shades of Loulou #472A44

Tints of Loulou #472A44

Color information

#472A44 (or 0x472A44) is unknown color: approx Loulou. HEX triplet: 47, 2A and 44. RGB value is (71,42,68). Sum of RGB (Red+Green+Blue) = 71+42+68=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #472A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A44 is #B8D5BB. Grayscale: #353535. Windows color (decimal): -12113340 or 4467271. OLE color: 4467271.

HSL color Cylindrical-coordinate representation of color #472A44: hue angle of 306.21º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A44 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB714268-
CMYK00.410.040.72
HSL306.21º25.66%22.16%-
HSV(B)306.21º40.85%27.84%-
XYZ4.473.415.89-
YUV53.64136.11140.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=39.23%
G=23.20%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71426800.410.040.72306.2125.6622.16
Hex472A440294481321a16
Octal1075210405141104623226
Binary10001111010101000100010100110010010001001100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A44; }

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

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

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

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

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

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

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

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