#4F1049

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

Shades of Loulou #4F1049

Tints of Loulou #4F1049

Color information

#4F1049 (or 0x4F1049) is unknown color: approx Loulou. HEX triplet: 4F, 10 and 49. RGB value is (79,16,73). Sum of RGB (Red+Green+Blue) = 79+16+73=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1049 is #B0EFB6. Grayscale: #292929. Windows color (decimal): -11595703 or 4788303. OLE color: 4788303.

HSL color Cylindrical-coordinate representation of color #4F1049: hue angle of 305.71º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1049 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB791673-
CMYK00.800.080.69
HSL305.71º66.32%18.63%-
HSV(B)305.71º79.75%30.98%-
XYZ4.612.516.55-
YUV41.34145.87154.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=47.02%
G=9.52%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79167300.800.080.69305.7166.3218.63
Hex4F10490508451324213
Octal1172011101201010546210223
Binary10011111000010010010101000010001000101100110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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