#4C3043

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

Shades of Loulou #4C3043

Tints of Loulou #4C3043

Color information

#4C3043 (or 0x4C3043) is unknown color: approx Loulou. HEX triplet: 4C, 30 and 43. RGB value is (76,48,67). Sum of RGB (Red+Green+Blue) = 76+48+67=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3043 is #B3CFBC. Grayscale: #3A3A3A. Windows color (decimal): -11784125 or 4403276. OLE color: 4403276.

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

Color convert

RGB764867-
CMYK00.370.120.70
HSL319.29º22.58%24.31%-
HSV(B)319.29º36.84%29.8%-
XYZ5.054.065.83-
YUV58.54132.78140.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=39.79%
G=25.13%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76486700.370.120.70319.2922.5824.31
Hex4C3043025C4613f1718
Octal11460103045141064772730
Binary100110011000010000110100101110010001101001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,67); }

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

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

 a { background-color: rgb(76,48,67); }

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

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

 span { border-color: rgb(76,48,67); }

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