#493D46

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

Shades of Loulou #493D46

Tints of Loulou #493D46

Color information

#493D46 (or 0x493D46) is unknown color: approx Loulou. HEX triplet: 49, 3D and 46. RGB value is (73,61,70). Sum of RGB (Red+Green+Blue) = 73+61+70=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #493D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D46 is #B6C2B9. Grayscale: #414141. Windows color (decimal): -11977402 or 4603209. OLE color: 4603209.

HSL color Cylindrical-coordinate representation of color #493D46: hue angle of 315º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #493D46 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB736170-
CMYK00.160.040.71
HSL315º8.96%26.27%-
HSV(B)315º16.44%28.63%-
XYZ5.525.26.51-
YUV65.61130.48133.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=35.78%
G=29.90%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73617000.160.040.713158.9626.27
Hex493D4601044713b91a
Octal1117510602041074731132
Binary100100111110110001100100001001000111100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D46; }

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

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

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

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

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

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

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

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