#493147

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

Shades of Loulou #493147

Tints of Loulou #493147

Color information

#493147 (or 0x493147) is unknown color: approx Loulou. HEX triplet: 49, 31 and 47. RGB value is (73,49,71). Sum of RGB (Red+Green+Blue) = 73+49+71=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #493147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493147 is #B6CEB8. Grayscale: #3A3A3A. Windows color (decimal): -11980473 or 4665673. OLE color: 4665673.

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

Color convert

RGB734971-
CMYK00.330.030.71
HSL305º19.67%23.92%-
HSV(B)305º32.88%28.63%-
XYZ4.984.076.48-
YUV58.68134.95138.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=37.82%
G=25.39%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73497100.330.030.7130519.6723.92
Hex4931470213471311418
Octal1116110704131074612430
Binary1001001110001100011101000011110001111001100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493147; }

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

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

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

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

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

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

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

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