#4F2C4A

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

Shades of Loulou #4F2C4A

Tints of Loulou #4F2C4A

Color information

#4F2C4A (or 0x4F2C4A) is unknown color: approx Loulou. HEX triplet: 4F, 2C and 4A. RGB value is (79,44,74). Sum of RGB (Red+Green+Blue) = 79+44+74=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C4A is #B0D3B5. Grayscale: #393939. Windows color (decimal): -11588534 or 4861007. OLE color: 4861007.

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

Color convert

RGB794474-
CMYK00.440.060.69
HSL308.57º28.46%24.12%-
HSV(B)308.57º44.3%30.98%-
XYZ5.363.966.96-
YUV57.88137.1143.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.10%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=40.10%
G=22.34%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79447400.440.060.69308.5728.4624.12
Hex4F2C4A02C6451351c18
Octal1175411205461054653430
Binary10011111011001001010010110011010001011001101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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