#4D2246

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

Shades of Loulou #4D2246

Tints of Loulou #4D2246

Color information

#4D2246 (or 0x4D2246) is unknown color: approx Loulou. HEX triplet: 4D, 22 and 46. RGB value is (77,34,70). Sum of RGB (Red+Green+Blue) = 77+34+70=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2246 is #B2DDB9. Grayscale: #323232. Windows color (decimal): -11722170 or 4596301. OLE color: 4596301.

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

Color convert

RGB773470-
CMYK00.560.090.70
HSL309.77º38.74%21.76%-
HSV(B)309.77º55.84%30.2%-
XYZ4.743.166.16-
YUV50.96138.75146.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=42.54%
G=18.78%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77347000.560.090.70309.7738.7421.76
Hex4D22460389461362716
Octal11542106070111064664726
Binary1001101100010100011001110001001100011010011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,70); }

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

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

 a { background-color: rgb(77,34,70); }

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

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

 span { border-color: rgb(77,34,70); }

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