#4F2D4C

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

Shades of Loulou #4F2D4C

Tints of Loulou #4F2D4C

Color information

#4F2D4C (or 0x4F2D4C) is unknown color: approx Loulou. HEX triplet: 4F, 2D and 4C. RGB value is (79,45,76). Sum of RGB (Red+Green+Blue) = 79+45+76=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D4C is #B0D2B3. Grayscale: #3A3A3A. Windows color (decimal): -11588276 or 4992335. OLE color: 4992335.

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

Color convert

RGB794576-
CMYK00.430.040.69
HSL305.29º27.42%24.31%-
HSV(B)305.29º43.04%30.98%-
XYZ5.474.067.33-
YUV58.7137.76142.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=39.5%
G=22.5%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79457600.430.040.69305.2927.4224.31
Hex4F2D4C02B4451311b18
Octal1175511405341054613330
Binary10011111011011001100010101110010001011001100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,76); }

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

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

 a { background-color: rgb(79,45,76); }

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

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

 span { border-color: rgb(79,45,76); }

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