#4F3246

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

Shades of Loulou #4F3246

Tints of Loulou #4F3246

Color information

#4F3246 (or 0x4F3246) is unknown color: approx Loulou. HEX triplet: 4F, 32 and 46. RGB value is (79,50,70). Sum of RGB (Red+Green+Blue) = 79+50+70=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3246 is #B0CDB9. Grayscale: #3C3C3C. Windows color (decimal): -11587002 or 4600399. OLE color: 4600399.

HSL color Cylindrical-coordinate representation of color #4F3246: hue angle of 318.62º 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 #4F3246 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB795070-
CMYK00.370.110.69
HSL318.62º22.48%25.29%-
HSV(B)318.62º36.71%30.98%-
XYZ5.474.396.35-
YUV60.95133.11140.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.70%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=39.70%
G=25.13%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79507000.370.110.69318.6222.4825.29
Hex4F3246025B4513f1619
Octal11762106045131054772631
Binary100111111001010001100100101101110001011001111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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