#4C2942

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

Shades of Loulou #4C2942

Tints of Loulou #4C2942

Color information

#4C2942 (or 0x4C2942) is unknown color: approx Loulou. HEX triplet: 4C, 29 and 42. RGB value is (76,41,66). Sum of RGB (Red+Green+Blue) = 76+41+66=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2942 is #B3D6BD. Grayscale: #363636. Windows color (decimal): -11785918 or 4335948. OLE color: 4335948.

HSL color Cylindrical-coordinate representation of color #4C2942: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2942 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB764166-
CMYK00.460.130.70
HSL317.14º29.91%22.94%-
HSV(B)317.14º46.05%29.8%-
XYZ4.763.525.58-
YUV54.32134.6143.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.53%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=41.53%
G=22.40%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76416600.460.130.70317.1429.9122.94
Hex4C294202ED4613d1e17
Octal11451102056151064753627
Binary100110010100110000100101110110110001101001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,41,66); }

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

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

 a { background-color: rgb(76,41,66); }

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

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

 span { border-color: rgb(76,41,66); }

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