#4D2C46

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

Shades of Loulou #4D2C46

Tints of Loulou #4D2C46

Color information

#4D2C46 (or 0x4D2C46) is unknown color: approx Loulou. HEX triplet: 4D, 2C and 46. RGB value is (77,44,70). Sum of RGB (Red+Green+Blue) = 77+44+70=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2C46 is #B2D3B9. Grayscale: #383838. Windows color (decimal): -11719610 or 4598861. OLE color: 4598861.

HSL color Cylindrical-coordinate representation of color #4D2C46: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D2C46 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB774470-
CMYK00.430.090.70
HSL312.73º27.27%23.73%-
HSV(B)312.73º42.86%30.2%-
XYZ5.073.826.26-
YUV56.83135.43142.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=40.31%
G=23.04%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77447000.430.090.70312.7327.2723.73
Hex4D2C4602B9461391b18
Octal11554106053111064713330
Binary100110110110010001100101011100110001101001110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2C46; }

 p { color: rgb(77,44,70); }

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

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

 a { background-color: rgb(77,44,70); }

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

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

 span { border-color: rgb(77,44,70); }

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