#4F324A

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

Shades of Loulou #4F324A

Tints of Loulou #4F324A

Color information

#4F324A (or 0x4F324A) is unknown color: approx Loulou. HEX triplet: 4F, 32 and 4A. RGB value is (79,50,74). Sum of RGB (Red+Green+Blue) = 79+50+74=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F324A is #B0CDB5. Grayscale: #3D3D3D. Windows color (decimal): -11586998 or 4862543. OLE color: 4862543.

HSL color Cylindrical-coordinate representation of color #4F324A: hue angle of 310.34º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F324A is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB795074-
CMYK00.370.060.69
HSL310.34º22.48%25.29%-
HSV(B)310.34º36.71%30.98%-
XYZ5.64.447.04-
YUV61.41135.11140.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=38.92%
G=24.63%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79507400.370.060.69310.3422.4825.29
Hex4F324A0256451361619
Octal1176211204561054662631
Binary10011111100101001010010010111010001011001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,74); }

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

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

 a { background-color: rgb(79,50,74); }

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

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

 span { border-color: rgb(79,50,74); }

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