#492446

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

Shades of Loulou #492446

Tints of Loulou #492446

Color information

#492446 (or 0x492446) is unknown color: approx Loulou. HEX triplet: 49, 24 and 46. RGB value is (73,36,70). Sum of RGB (Red+Green+Blue) = 73+36+70=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492446 is #B6DBB9. Grayscale: #323232. Windows color (decimal): -11983802 or 4596809. OLE color: 4596809.

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

Color convert

RGB733670-
CMYK00.510.040.71
HSL304.86º33.94%21.37%-
HSV(B)304.86º50.68%28.63%-
XYZ4.483.126.16-
YUV50.94138.76143.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=40.78%
G=20.11%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73367000.510.040.71304.8633.9421.37
Hex4924460334471312215
Octal1114410606341074614225
Binary100100110010010001100110011100100011110011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492446; }

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

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

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

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

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

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

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

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