#4F2C44

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

Shades of Loulou #4F2C44

Tints of Loulou #4F2C44

Color information

#4F2C44 (or 0x4F2C44) is unknown color: approx Loulou. HEX triplet: 4F, 2C and 44. RGB value is (79,44,68). Sum of RGB (Red+Green+Blue) = 79+44+68=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C44 is #B0D3BB. Grayscale: #393939. Windows color (decimal): -11588540 or 4467791. OLE color: 4467791.

HSL color Cylindrical-coordinate representation of color #4F2C44: hue angle of 318.86º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F2C44 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB794468-
CMYK00.440.140.69
HSL318.86º28.46%24.12%-
HSV(B)318.86º44.3%30.98%-
XYZ5.173.885.95-
YUV57.2134.1143.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=41.36%
G=23.04%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79446800.440.140.69318.8628.4624.12
Hex4F2C4402CE4513f1c18
Octal11754104054161054773430
Binary100111110110010001000101100111010001011001111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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