#4D2047

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

Shades of Loulou #4D2047

Tints of Loulou #4D2047

Color information

#4D2047 (or 0x4D2047) is unknown color: approx Loulou. HEX triplet: 4D, 20 and 47. RGB value is (77,32,71). Sum of RGB (Red+Green+Blue) = 77+32+71=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2047 is #B2DFB8. Grayscale: #313131. Windows color (decimal): -11722681 or 4661325. OLE color: 4661325.

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

Color convert

RGB773271-
CMYK00.580.080.70
HSL308º41.28%21.37%-
HSV(B)308º58.44%30.2%-
XYZ4.713.076.3-
YUV49.9139.91147.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.78%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=42.78%
G=17.78%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77327100.580.080.7030841.2821.37
Hex4D204703A8461342915
Octal11540107072101064645125
Binary1001101100000100011101110101000100011010011010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,32,71); }

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

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

 a { background-color: rgb(77,32,71); }

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

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

 span { border-color: rgb(77,32,71); }

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