#4F2643

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

Shades of Loulou #4F2643

Tints of Loulou #4F2643

Color information

#4F2643 (or 0x4F2643) is unknown color: approx Loulou. HEX triplet: 4F, 26 and 43. RGB value is (79,38,67). Sum of RGB (Red+Green+Blue) = 79+38+67=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2643 is #B0D9BC. Grayscale: #353535. Windows color (decimal): -11590077 or 4400719. OLE color: 4400719.

HSL color Cylindrical-coordinate representation of color #4F2643: hue angle of 317.56º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F2643 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB793867-
CMYK00.520.150.69
HSL317.56º35.04%22.94%-
HSV(B)317.56º51.9%30.98%-
XYZ4.933.455.72-
YUV53.56135.58146.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.93%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=42.93%
G=20.65%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79386700.520.150.69317.5635.0422.94
Hex4F2643034F4513e2317
Octal11746103064171054764327
Binary1001111100110100001101101001111100010110011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,38,67); }

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

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

 a { background-color: rgb(79,38,67); }

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

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

 span { border-color: rgb(79,38,67); }

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