#472646

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

Shades of Loulou #472646

Tints of Loulou #472646

Color information

#472646 (or 0x472646) is unknown color: approx Loulou. HEX triplet: 47, 26 and 46. RGB value is (71,38,70). Sum of RGB (Red+Green+Blue) = 71+38+70=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472646 is #B8D9B9. Grayscale: #333333. Windows color (decimal): -12114362 or 4597319. OLE color: 4597319.

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

Color convert

RGB713870-
CMYK00.460.010.72
HSL301.82º30.28%21.37%-
HSV(B)301.82º46.48%27.84%-
XYZ4.43.176.17-
YUV51.52138.43141.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=39.66%
G=21.23%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71387000.460.010.72301.8230.2821.37
Hex47264602E14812e1e15
Octal1074610605611104563625
Binary100011110011010001100101110110010001001011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472646; }

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

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

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

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

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

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

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

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