#473A46

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

Shades of Loulou #473A46

Tints of Loulou #473A46

Color information

#473A46 (or 0x473A46) is unknown color: approx Loulou. HEX triplet: 47, 3A and 46. RGB value is (71,58,70). Sum of RGB (Red+Green+Blue) = 71+58+70=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 71 - color contains mainly: red. Hex color #473A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A46 is #B8C5B9. Grayscale: #3F3F3F. Windows color (decimal): -12109242 or 4602439. OLE color: 4602439.

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

Color convert

RGB715870-
CMYK00.180.010.72
HSL304.62º10.08%25.29%-
HSV(B)304.62º18.31%27.84%-
XYZ5.224.816.45-
YUV63.26131.81133.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=35.68%
G=29.15%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71587000.180.010.72304.6210.0825.29
Hex473A46012148131a19
Octal1077210602211104611231
Binary1000111111010100011001001011001000100110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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