#4D354B

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

Shades of Loulou #4D354B

Tints of Loulou #4D354B

Color information

#4D354B (or 0x4D354B) is unknown color: approx Loulou. HEX triplet: 4D, 35 and 4B. RGB value is (77,53,75). Sum of RGB (Red+Green+Blue) = 77+53+75=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 77 - color contains mainly: red. Hex color #4D354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D354B is #B2CAB4. Grayscale: #3E3E3E. Windows color (decimal): -11717301 or 4928845. OLE color: 4928845.

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

Color convert

RGB775375-
CMYK00.310.030.70
HSL305º18.46%25.49%-
HSV(B)305º31.17%30.2%-
XYZ5.64.637.26-
YUV62.68134.95138.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=37.56%
G=25.85%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77537500.310.030.7030518.4625.49
Hex4D354B01F3461311219
Octal1156511303731064612231
Binary100110111010110010110111111110001101001100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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