#492246

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

Shades of Loulou #492246

Tints of Loulou #492246

Color information

#492246 (or 0x492246) is unknown color: approx Loulou. HEX triplet: 49, 22 and 46. RGB value is (73,34,70). Sum of RGB (Red+Green+Blue) = 73+34+70=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492246 is #B6DDB9. Grayscale: #313131. Windows color (decimal): -11984314 or 4596297. OLE color: 4596297.

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

Color convert

RGB733470-
CMYK00.530.040.71
HSL304.62º36.45%20.98%-
HSV(B)304.62º53.42%28.63%-
XYZ4.4336.14-
YUV49.76139.42144.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=41.24%
G=19.21%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73347000.530.040.71304.6236.4520.98
Hex4922460354471312415
Octal1114210606541074614425
Binary100100110001010001100110101100100011110011000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492246; }

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

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

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

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

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

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

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

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