#4F2948

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

Shades of Loulou #4F2948

Tints of Loulou #4F2948

Color information

#4F2948 (or 0x4F2948) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 48. RGB value is (79,41,72). Sum of RGB (Red+Green+Blue) = 79+41+72=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2948 is #B0D6B7. Grayscale: #373737. Windows color (decimal): -11589304 or 4729167. OLE color: 4729167.

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

Color convert

RGB794172-
CMYK00.480.090.69
HSL311.05º31.67%23.53%-
HSV(B)311.05º48.1%30.98%-
XYZ5.193.726.57-
YUV55.9137.09144.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=41.15%
G=21.35%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79417200.480.090.69311.0531.6723.53
Hex4F29480309451372018
Octal11751110060111054674030
Binary1001111101001100100001100001001100010110011011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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