#491E47

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

Shades of Loulou #491E47

Tints of Loulou #491E47

Color information

#491E47 (or 0x491E47) is unknown color: approx Loulou. HEX triplet: 49, 1E and 47. RGB value is (73,30,71). Sum of RGB (Red+Green+Blue) = 73+30+71=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #491E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E47 is #B6E1B8. Grayscale: #2F2F2F. Windows color (decimal): -11985337 or 4660809. OLE color: 4660809.

HSL color Cylindrical-coordinate representation of color #491E47: hue angle of 302.79º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E47 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB733071-
CMYK00.590.030.71
HSL302.79º41.75%20.2%-
HSV(B)302.79º58.9%28.63%-
XYZ4.352.86.27-
YUV47.53141.25146.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=41.95%
G=17.24%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73307100.590.030.71302.7941.7520.2
Hex491E4703B34712f2a14
Octal1113610707331074575224
Binary1001001111101000111011101111100011110010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E47; }

 p { color: rgb(73,30,71); }

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

<style>
 a { background-color: #491E47; }

 a { background-color: rgb(73,30,71); }

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

<style>
 span { border-color: #491E47; }

 span { border-color: rgb(73,30,71); }

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