#4D364A

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

Shades of Loulou #4D364A

Tints of Loulou #4D364A

Color information

#4D364A (or 0x4D364A) is unknown color: approx Loulou. HEX triplet: 4D, 36 and 4A. RGB value is (77,54,74). Sum of RGB (Red+Green+Blue) = 77+54+74=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D364A is #B2C9B5. Grayscale: #3F3F3F. Windows color (decimal): -11717046 or 4863565. OLE color: 4863565.

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

Color convert

RGB775474-
CMYK00.300.040.70
HSL307.83º17.56%25.69%-
HSV(B)307.83º29.87%30.2%-
XYZ5.624.717.09-
YUV63.16134.12137.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=37.56%
G=26.34%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77547400.300.040.70307.8317.5625.69
Hex4D364A01E446134121a
Octal1156611203641064642232
Binary1001101110110100101001111010010001101001101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,74); }

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

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

 a { background-color: rgb(77,54,74); }

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

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

 span { border-color: rgb(77,54,74); }

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