#4F2344

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

Shades of Loulou #4F2344

Tints of Loulou #4F2344

Color information

#4F2344 (or 0x4F2344) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 44. RGB value is (79,35,68). Sum of RGB (Red+Green+Blue) = 79+35+68=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2344 is #B0DCBB. Grayscale: #333333. Windows color (decimal): -11590844 or 4465487. OLE color: 4465487.

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

Color convert

RGB793568-
CMYK00.560.140.69
HSL315º38.6%22.35%-
HSV(B)315º55.7%30.98%-
XYZ4.873.285.85-
YUV51.92137.08147.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=43.41%
G=19.23%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79356800.560.140.6931538.622.35
Hex4F2344038E4513b2716
Octal11743104070161054734726
Binary1001111100011100010001110001110100010110011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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