#472F45

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

Shades of Loulou #472F45

Tints of Loulou #472F45

Color information

#472F45 (or 0x472F45) is unknown color: approx Loulou. HEX triplet: 47, 2F and 45. RGB value is (71,47,69). Sum of RGB (Red+Green+Blue) = 71+47+69=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #472F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F45 is #B8D0BA. Grayscale: #383838. Windows color (decimal): -12112059 or 4534087. OLE color: 4534087.

HSL color Cylindrical-coordinate representation of color #472F45: hue angle of 305º 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 #472F45 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB714769-
CMYK00.340.030.72
HSL305º20.34%23.14%-
HSV(B)305º33.8%27.84%-
XYZ4.693.86.12-
YUV56.68134.95138.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=37.97%
G=25.13%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71476900.340.030.7230520.3423.14
Hex472F450223481311417
Octal1075710504231104612427
Binary1000111101111100010101000101110010001001100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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