#4F3244

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

Shades of Loulou #4F3244

Tints of Loulou #4F3244

Color information

#4F3244 (or 0x4F3244) is unknown color: approx Loulou. HEX triplet: 4F, 32 and 44. RGB value is (79,50,68). Sum of RGB (Red+Green+Blue) = 79+50+68=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3244 is #B0CDBB. Grayscale: #3C3C3C. Windows color (decimal): -11587004 or 4469327. OLE color: 4469327.

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

Color convert

RGB795068-
CMYK00.370.140.69
HSL322.76º22.48%25.29%-
HSV(B)322.76º36.71%30.98%-
XYZ5.414.366.03-
YUV60.72132.11141.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.10%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 68 (26.95% from 255) = 34.52%
R=40.10%
G=25.38%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79506800.370.140.69322.7622.4825.29
Hex4F3244025E451431619
Octal11762104045161055032631
Binary100111111001010001000100101111010001011010000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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