#4D364B

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

Shades of Loulou #4D364B

Tints of Loulou #4D364B

Color information

#4D364B (or 0x4D364B) is unknown color: approx Loulou. HEX triplet: 4D, 36 and 4B. RGB value is (77,54,75). Sum of RGB (Red+Green+Blue) = 77+54+75=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D364B is #B2C9B4. Grayscale: #3F3F3F. Windows color (decimal): -11717045 or 4929101. OLE color: 4929101.

HSL color Cylindrical-coordinate representation of color #4D364B: hue angle of 305.22º 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 #4D364B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB775475-
CMYK00.300.030.70
HSL305.22º17.56%25.69%-
HSV(B)305.22º29.87%30.2%-
XYZ5.654.727.27-
YUV63.27134.62137.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=37.38%
G=26.21%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77547500.300.030.70305.2217.5625.69
Hex4D364B01E346131121a
Octal1156611303631064612232
Binary100110111011010010110111101110001101001100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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