#473C46

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

Shades of Loulou #473C46

Tints of Loulou #473C46

Color information

#473C46 (or 0x473C46) is unknown color: approx Loulou. HEX triplet: 47, 3C and 46. RGB value is (71,60,70). Sum of RGB (Red+Green+Blue) = 71+60+70=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #473C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C46 is #B8C3B9. Grayscale: #404040. Windows color (decimal): -12108730 or 4602951. OLE color: 4602951.

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

Color convert

RGB716070-
CMYK00.150.010.72
HSL305.45º8.4%25.69%-
HSV(B)305.45º15.49%27.84%-
XYZ5.325.016.48-
YUV64.43131.14132.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=35.32%
G=29.85%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71607000.150.010.72305.458.425.69
Hex473C460F14813181a
Octal1077410601711104611032
Binary100011111110010001100111111001000100110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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