#4D2946

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

Shades of Loulou #4D2946

Tints of Loulou #4D2946

Color information

#4D2946 (or 0x4D2946) is unknown color: approx Loulou. HEX triplet: 4D, 29 and 46. RGB value is (77,41,70). Sum of RGB (Red+Green+Blue) = 77+41+70=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2946 is #B2D6B9. Grayscale: #363636. Windows color (decimal): -11720378 or 4598093. OLE color: 4598093.

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

Color convert

RGB774170-
CMYK00.470.090.70
HSL311.67º30.51%23.14%-
HSV(B)311.67º46.75%30.2%-
XYZ4.963.616.23-
YUV55.07136.43143.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=40.96%
G=21.81%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77417000.470.090.70311.6730.5123.14
Hex4D294602F9461381f17
Octal11551106057111064703727
Binary100110110100110001100101111100110001101001110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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