#4C2149

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

Shades of Loulou #4C2149

Tints of Loulou #4C2149

Color information

#4C2149 (or 0x4C2149) is unknown color: approx Loulou. HEX triplet: 4C, 21 and 49. RGB value is (76,33,73). Sum of RGB (Red+Green+Blue) = 76+33+73=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2149 is #B3DEB6. Grayscale: #323232. Windows color (decimal): -11787959 or 4792652. OLE color: 4792652.

HSL color Cylindrical-coordinate representation of color #4C2149: hue angle of 304.19º 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 #4C2149 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB763373-
CMYK00.570.040.70
HSL304.19º39.45%21.37%-
HSV(B)304.19º56.58%29.8%-
XYZ4.733.116.65-
YUV50.42140.75146.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.76%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 73 (28.91% from 255) = 40.11%
R=41.76%
G=18.13%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76337300.570.040.70304.1939.4521.37
Hex4C21490394461302715
Octal1144111107141064604725
Binary100110010000110010010111001100100011010011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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