#4C2548

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

Shades of Loulou #4C2548

Tints of Loulou #4C2548

Color information

#4C2548 (or 0x4C2548) is unknown color: approx Loulou. HEX triplet: 4C, 25 and 48. RGB value is (76,37,72). Sum of RGB (Red+Green+Blue) = 76+37+72=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2548 is #B3DAB7. Grayscale: #343434. Windows color (decimal): -11786936 or 4728140. OLE color: 4728140.

HSL color Cylindrical-coordinate representation of color #4C2548: hue angle of 306.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2548 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB763772-
CMYK00.510.050.70
HSL306.15º34.51%22.16%-
HSV(B)306.15º51.32%29.8%-
XYZ4.813.336.52-
YUV52.65138.92144.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.08%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=41.08%
G=20%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76377200.510.050.70306.1534.5122.16
Hex4C25480335461322316
Octal1144511006351064624326
Binary100110010010110010000110011101100011010011001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,72); }

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

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

 a { background-color: rgb(76,37,72); }

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

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

 span { border-color: rgb(76,37,72); }

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