#4F2644

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

Shades of Loulou #4F2644

Tints of Loulou #4F2644

Color information

#4F2644 (or 0x4F2644) is unknown color: approx Loulou. HEX triplet: 4F, 26 and 44. RGB value is (79,38,68). Sum of RGB (Red+Green+Blue) = 79+38+68=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2644 is #B0D9BB. Grayscale: #353535. Windows color (decimal): -11590076 or 4466255. OLE color: 4466255.

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

Color convert

RGB793868-
CMYK00.520.140.69
HSL316.1º35.04%22.94%-
HSV(B)316.1º51.9%30.98%-
XYZ4.963.475.88-
YUV53.68136.08146.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=42.70%
G=20.54%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79386800.520.140.69316.135.0422.94
Hex4F2644034E4513c2317
Octal11746104064161054744327
Binary1001111100110100010001101001110100010110011110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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