#472E45

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

Shades of Loulou #472E45

Tints of Loulou #472E45

Color information

#472E45 (or 0x472E45) is unknown color: approx Loulou. HEX triplet: 47, 2E and 45. RGB value is (71,46,69). Sum of RGB (Red+Green+Blue) = 71+46+69=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #472E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E45 is #B8D1BA. Grayscale: #383838. Windows color (decimal): -12112315 or 4533831. OLE color: 4533831.

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

Color convert

RGB714669-
CMYK00.350.030.72
HSL304.8º21.37%22.94%-
HSV(B)304.8º35.21%27.84%-
XYZ4.653.726.1-
YUV56.1135.28138.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=38.17%
G=24.73%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71466900.350.030.72304.821.3722.94
Hex472E450233481311517
Octal1075610504331104612527
Binary1000111101110100010101000111110010001001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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