#4F2249

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

Shades of Loulou #4F2249

Tints of Loulou #4F2249

Color information

#4F2249 (or 0x4F2249) is unknown color: approx Loulou. HEX triplet: 4F, 22 and 49. RGB value is (79,34,73). Sum of RGB (Red+Green+Blue) = 79+34+73=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2249 is #B0DDB6. Grayscale: #333333. Windows color (decimal): -11591095 or 4792911. OLE color: 4792911.

HSL color Cylindrical-coordinate representation of color #4F2249: hue angle of 308º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2249 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB793473-
CMYK00.570.080.69
HSL308º39.82%22.16%-
HSV(B)308º56.96%30.98%-
XYZ53.296.67-
YUV51.9139.91147.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=42.47%
G=18.28%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79347300.570.080.6930839.8222.16
Hex4F22490398451342816
Octal11742111071101054645026
Binary1001111100010100100101110011000100010110011010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,34,73); }

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

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

 a { background-color: rgb(79,34,73); }

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

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

 span { border-color: rgb(79,34,73); }

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