#4C2146

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

Shades of Loulou #4C2146

Tints of Loulou #4C2146

Color information

#4C2146 (or 0x4C2146) is unknown color: approx Loulou. HEX triplet: 4C, 21 and 46. RGB value is (76,33,70). Sum of RGB (Red+Green+Blue) = 76+33+70=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2146 is #B3DEB9. Grayscale: #313131. Windows color (decimal): -11787962 or 4596044. OLE color: 4596044.

HSL color Cylindrical-coordinate representation of color #4C2146: hue angle of 308.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2146 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB763370-
CMYK00.570.080.70
HSL308.37º39.45%21.37%-
HSV(B)308.37º56.58%29.8%-
XYZ4.633.076.14-
YUV50.08139.25146.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=42.46%
G=18.44%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76337000.570.080.70308.3739.4521.37
Hex4C21460398461342715
Octal11441106071101064644725
Binary1001100100001100011001110011000100011010011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,70); }

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

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

 a { background-color: rgb(76,33,70); }

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

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

 span { border-color: rgb(76,33,70); }

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