#491E46

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

Shades of Loulou #491E46

Tints of Loulou #491E46

Color information

#491E46 (or 0x491E46) is unknown color: approx Loulou. HEX triplet: 49, 1E and 46. RGB value is (73,30,70). Sum of RGB (Red+Green+Blue) = 73+30+70=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #491E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E46 is #B6E1B9. Grayscale: #2F2F2F. Windows color (decimal): -11985338 or 4595273. OLE color: 4595273.

HSL color Cylindrical-coordinate representation of color #491E46: hue angle of 304.19º 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 #491E46 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB733070-
CMYK00.590.040.71
HSL304.19º41.75%20.2%-
HSV(B)304.19º58.9%28.63%-
XYZ4.322.796.1-
YUV47.42140.75146.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=42.20%
G=17.34%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73307000.590.040.71304.1941.7520.2
Hex491E4603B4471302a14
Octal1113610607341074605224
Binary10010011111010001100111011100100011110011000010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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