#472B45

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

Shades of Loulou #472B45

Tints of Loulou #472B45

Color information

#472B45 (or 0x472B45) is unknown color: approx Loulou. HEX triplet: 47, 2B and 45. RGB value is (71,43,69). Sum of RGB (Red+Green+Blue) = 71+43+69=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B45 is #B8D4BA. Grayscale: #363636. Windows color (decimal): -12113083 or 4533063. OLE color: 4533063.

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

Color convert

RGB714369-
CMYK00.390.030.72
HSL304.29º24.56%22.35%-
HSV(B)304.29º39.44%27.84%-
XYZ4.543.56.07-
YUV54.34136.28139.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=38.80%
G=23.50%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71436900.390.030.72304.2924.5622.35
Hex472B450273481301916
Octal1075310504731104603126
Binary1000111101011100010101001111110010001001100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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