#4f2346

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

Shades of Loulou #4F2346

Tints of Loulou #4F2346

Color information

#4F2346 (or 0x4F2346) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 46. RGB value is (79,35,70). Sum of RGB (Red+Green+Blue) = 79+35+70=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2346 is #B0DCB9. Grayscale: #343434. Windows color (decimal): -11590842 or 4596559. OLE color: 4596559.

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

Color convert

RGB793570-
CMYK00.560.110.69
HSL312.27º38.6%22.35%-
HSV(B)312.27º55.7%30.98%-
XYZ4.933.316.17-
YUV52.15138.08147.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.93%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=42.93%
G=19.02%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79357000.560.110.69312.2738.622.35
Hex4F2346038B451382716
Octal11743106070131054704726
Binary1001111100011100011001110001011100010110011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f2346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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