#4F3948

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

Shades of Loulou #4F3948

Tints of Loulou #4F3948

Color information

#4F3948 (or 0x4F3948) is unknown color: approx Loulou. HEX triplet: 4F, 39 and 48. RGB value is (79,57,72). Sum of RGB (Red+Green+Blue) = 79+57+72=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3948 is #B0C6B7. Grayscale: #414141. Windows color (decimal): -11585208 or 4733263. OLE color: 4733263.

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

Color convert

RGB795772-
CMYK00.280.090.69
HSL319.09º16.18%26.67%-
HSV(B)319.09º27.85%30.98%-
XYZ5.865.066.8-
YUV65.29131.79137.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=37.98%
G=27.40%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79577200.280.090.69319.0916.1826.67
Hex4F394801C94513f101b
Octal11771110034111054772033
Binary10011111110011001000011100100110001011001111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,72); }

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

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

 a { background-color: rgb(79,57,72); }

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

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

 span { border-color: rgb(79,57,72); }

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