#472C46

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

Shades of Loulou #472C46

Tints of Loulou #472C46

Color information

#472C46 (or 0x472C46) is unknown color: approx Loulou. HEX triplet: 47, 2C and 46. RGB value is (71,44,70). Sum of RGB (Red+Green+Blue) = 71+44+70=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #472C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C46 is #B8D3B9. Grayscale: #363636. Windows color (decimal): -12112826 or 4598855. OLE color: 4598855.

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

Color convert

RGB714470-
CMYK00.380.010.72
HSL302.22º23.48%22.55%-
HSV(B)302.22º38.03%27.84%-
XYZ4.63.586.24-
YUV55.04136.45139.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 44 (17.58% from 255) = 23.78%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=38.38%
G=23.78%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71447000.380.010.72302.2223.4822.55
Hex472C4602614812e1717
Octal1075410604611104562727
Binary100011110110010001100100110110010001001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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