#4F1449

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

Shades of Loulou #4F1449

Tints of Loulou #4F1449

Color information

#4F1449 (or 0x4F1449) is unknown color: approx Loulou. HEX triplet: 4F, 14 and 49. RGB value is (79,20,73). Sum of RGB (Red+Green+Blue) = 79+20+73=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1449 is #B0EBB6. Grayscale: #2B2B2B. Windows color (decimal): -11594679 or 4789327. OLE color: 4789327.

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

Color convert

RGB792073-
CMYK00.750.080.69
HSL306.1º59.6%19.41%-
HSV(B)306.1º74.68%30.98%-
XYZ4.682.646.57-
YUV43.68144.55153.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.93%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=45.93%
G=11.63%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79207300.750.080.69306.159.619.41
Hex4F144904B8451323c13
Octal117241110113101054627423
Binary1001111101001001001010010111000100010110011001011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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