#4F2944

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

Shades of Loulou #4F2944

Tints of Loulou #4F2944

Color information

#4F2944 (or 0x4F2944) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 44. RGB value is (79,41,68). Sum of RGB (Red+Green+Blue) = 79+41+68=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2944 is #B0D6BB. Grayscale: #373737. Windows color (decimal): -11589308 or 4467023. OLE color: 4467023.

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

Color convert

RGB794168-
CMYK00.480.140.69
HSL317.37º31.67%23.53%-
HSV(B)317.37º48.1%30.98%-
XYZ5.063.675.91-
YUV55.44135.09144.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=42.02%
G=21.81%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79416800.480.140.69317.3731.6723.53
Hex4F2944030E4513d2018
Octal11751104060161054754030
Binary1001111101001100010001100001110100010110011110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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