#492744

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

Shades of Loulou #492744

Tints of Loulou #492744

Color information

#492744 (or 0x492744) is unknown color: approx Loulou. HEX triplet: 49, 27 and 44. RGB value is (73,39,68). Sum of RGB (Red+Green+Blue) = 73+39+68=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492744 is #B6D8BB. Grayscale: #343434. Windows color (decimal): -11983036 or 4466505. OLE color: 4466505.

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

Color convert

RGB733968-
CMYK00.470.070.71
HSL308.82º30.36%21.96%-
HSV(B)308.82º46.58%28.63%-
XYZ4.523.285.86-
YUV52.47136.76142.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=40.56%
G=21.67%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73396800.470.070.71308.8230.3621.96
Hex49274402F7471351e16
Octal1114710405771074653626
Binary10010011001111000100010111111110001111001101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492744; }

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

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

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

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

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

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

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

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