#4C2749

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

Shades of Loulou #4C2749

Tints of Loulou #4C2749

Color information

#4C2749 (or 0x4C2749) is unknown color: approx Loulou. HEX triplet: 4C, 27 and 49. RGB value is (76,39,73). Sum of RGB (Red+Green+Blue) = 76+39+73=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2749 is #B3D8B6. Grayscale: #353535. Windows color (decimal): -11786423 or 4794188. OLE color: 4794188.

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

Color convert

RGB763973-
CMYK00.490.040.70
HSL304.86º32.17%22.55%-
HSV(B)304.86º48.68%29.8%-
XYZ4.913.476.71-
YUV53.94138.76143.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=40.43%
G=20.74%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76397300.490.040.70304.8632.1722.55
Hex4C27490314461312017
Octal1144711106141064614027
Binary100110010011110010010110001100100011010011000110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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