#4F3A49

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

Shades of Loulou #4F3A49

Tints of Loulou #4F3A49

Color information

#4F3A49 (or 0x4F3A49) is unknown color: approx Loulou. HEX triplet: 4F, 3A and 49. RGB value is (79,58,73). Sum of RGB (Red+Green+Blue) = 79+58+73=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A49 is #B0C5B6. Grayscale: #414141. Windows color (decimal): -11584951 or 4799055. OLE color: 4799055.

HSL color Cylindrical-coordinate representation of color #4F3A49: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F3A49 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB795873-
CMYK00.270.080.69
HSL317.14º15.33%26.86%-
HSV(B)317.14º26.58%30.98%-
XYZ5.945.176.99-
YUV65.99131.96137.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=37.62%
G=27.62%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79587300.270.080.69317.1415.3326.86
Hex4F3A4901B84513df1b
Octal11772111033101054751733
Binary1001111111010100100101101110001000101100111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,58,73); }

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

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

 a { background-color: rgb(79,58,73); }

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

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

 span { border-color: rgb(79,58,73); }

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