#493044

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

Shades of Loulou #493044

Tints of Loulou #493044

Color information

#493044 (or 0x493044) is unknown color: approx Loulou. HEX triplet: 49, 30 and 44. RGB value is (73,48,68). Sum of RGB (Red+Green+Blue) = 73+48+68=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 73 - color contains mainly: red. Hex color #493044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493044 is #B6CFBB. Grayscale: #393939. Windows color (decimal): -11980732 or 4468809. OLE color: 4468809.

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

Color convert

RGB734868-
CMYK00.340.070.71
HSL312º20.66%23.73%-
HSV(B)312º34.25%28.63%-
XYZ4.853.955.98-
YUV57.76133.78138.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=38.62%
G=25.40%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73486800.340.070.7131220.6623.73
Hex4930440227471381518
Octal1116010404271074702530
Binary10010011100001000100010001011110001111001110001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493044; }

 p { color: rgb(73,48,68); }

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

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

 a { background-color: rgb(73,48,68); }

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

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

 span { border-color: rgb(73,48,68); }

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