#472446

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

Shades of Loulou #472446

Tints of Loulou #472446

Color information

#472446 (or 0x472446) is unknown color: approx Loulou. HEX triplet: 47, 24 and 46. RGB value is (71,36,70). Sum of RGB (Red+Green+Blue) = 71+36+70=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472446 is #B8DBB9. Grayscale: #323232. Windows color (decimal): -12114874 or 4596807. OLE color: 4596807.

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

Color convert

RGB713670-
CMYK00.490.010.72
HSL301.71º32.71%20.98%-
HSV(B)301.71º49.3%27.84%-
XYZ4.333.046.15-
YUV50.34139.1142.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=40.11%
G=20.34%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71367000.490.010.72301.7132.7120.98
Hex47244603114812e2115
Octal1074410606111104564125
Binary1000111100100100011001100011100100010010111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472446; }

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

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

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

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

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

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

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

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