#472546

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

Shades of Loulou #472546

Tints of Loulou #472546

Color information

#472546 (or 0x472546) is unknown color: approx Loulou. HEX triplet: 47, 25 and 46. RGB value is (71,37,70). Sum of RGB (Red+Green+Blue) = 71+37+70=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472546 is #B8DAB9. Grayscale: #323232. Windows color (decimal): -12114618 or 4597063. OLE color: 4597063.

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

Color convert

RGB713770-
CMYK00.480.010.72
HSL301.76º31.48%21.18%-
HSV(B)301.76º47.89%27.84%-
XYZ4.373.16.16-
YUV50.93138.76142.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=39.89%
G=20.79%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71377000.480.010.72301.7631.4821.18
Hex47254603014812e1f15
Octal1074510606011104563725
Binary100011110010110001100110000110010001001011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472546; }

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

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

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

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

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

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

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

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