#4F1144

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

Shades of Loulou #4F1144

Tints of Loulou #4F1144

Color information

#4F1144 (or 0x4F1144) is unknown color: approx Loulou. HEX triplet: 4F, 11 and 44. RGB value is (79,17,68). Sum of RGB (Red+Green+Blue) = 79+17+68=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1144 is #B0EEBB. Grayscale: #292929. Windows color (decimal): -11595452 or 4460879. OLE color: 4460879.

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

Color convert

RGB791768-
CMYK00.780.140.69
HSL310.65º64.58%18.82%-
HSV(B)310.65º78.48%30.98%-
XYZ4.472.485.71-
YUV41.35143.04154.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=48.17%
G=10.37%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79176800.780.140.69310.6564.5818.82
Hex4F114404EE451374113
Octal1172110401161610546710123
Binary10011111000110001000100111011101000101100110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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