#4F2147

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

Shades of Loulou #4F2147

Tints of Loulou #4F2147

Color information

#4F2147 (or 0x4F2147) is unknown color: approx Loulou. HEX triplet: 4F, 21 and 47. RGB value is (79,33,71). Sum of RGB (Red+Green+Blue) = 79+33+71=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2147 is #B0DEB8. Grayscale: #323232. Windows color (decimal): -11591353 or 4661583. OLE color: 4661583.

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

Color convert

RGB793371-
CMYK00.580.100.69
HSL310.43º41.07%21.96%-
HSV(B)310.43º58.23%30.98%-
XYZ4.913.26.32-
YUV51.09139.24147.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=43.17%
G=18.03%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79337100.580.100.69310.4341.0721.96
Hex4F214703AA451362916
Octal11741107072121054665126
Binary1001111100001100011101110101010100010110011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,71); }

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

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

 a { background-color: rgb(79,33,71); }

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

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

 span { border-color: rgb(79,33,71); }

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