#472F46

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

Shades of Loulou #472F46

Tints of Loulou #472F46

Color information

#472F46 (or 0x472F46) is unknown color: approx Loulou. HEX triplet: 47, 2F and 46. RGB value is (71,47,70). Sum of RGB (Red+Green+Blue) = 71+47+70=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #472F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F46 is #B8D0B9. Grayscale: #383838. Windows color (decimal): -12112058 or 4599623. OLE color: 4599623.

HSL color Cylindrical-coordinate representation of color #472F46: hue angle of 302.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F46 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB714770-
CMYK00.340.010.72
HSL302.5º20.34%23.14%-
HSV(B)302.5º33.8%27.84%-
XYZ4.723.816.28-
YUV56.8135.45138.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=37.77%
G=25%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71477000.340.010.72302.520.3423.14
Hex472F4602214812e1417
Octal1075710604211104562427
Binary100011110111110001100100010110010001001011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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