#492046

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

Shades of Loulou #492046

Tints of Loulou #492046

Color information

#492046 (or 0x492046) is unknown color: approx Loulou. HEX triplet: 49, 20 and 46. RGB value is (73,32,70). Sum of RGB (Red+Green+Blue) = 73+32+70=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492046 is #B6DFB9. Grayscale: #303030. Windows color (decimal): -11984826 or 4595785. OLE color: 4595785.

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

Color convert

RGB733270-
CMYK00.560.040.71
HSL304.39º39.05%20.59%-
HSV(B)304.39º56.16%28.63%-
XYZ4.372.896.12-
YUV48.59140.08145.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 70 (27.73% from 255) = 40%
R=41.71%
G=18.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73327000.560.040.71304.3939.0520.59
Hex4920460384471302715
Octal1114010607041074604725
Binary100100110000010001100111000100100011110011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492046; }

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

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

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

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

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

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

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

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