#4F1E42

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

Shades of Loulou #4F1E42

Tints of Loulou #4F1E42

Color information

#4F1E42 (or 0x4F1E42) is unknown color: approx Loulou. HEX triplet: 4F, 1E and 42. RGB value is (79,30,66). Sum of RGB (Red+Green+Blue) = 79+30+66=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E42 is #B0E1BD. Grayscale: #303030. Windows color (decimal): -11592126 or 4333135. OLE color: 4333135.

HSL color Cylindrical-coordinate representation of color #4F1E42: hue angle of 315.92º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F1E42 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB793066-
CMYK00.620.160.69
HSL315.92º44.95%21.37%-
HSV(B)315.92º62.03%30.98%-
XYZ4.672.985.48-
YUV48.76137.73149.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.14%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=45.14%
G=17.14%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79306600.620.160.69315.9244.9521.37
Hex4F1E4203E104513c2d15
Octal11736102076201054745525
Binary1001111111101000010011111010000100010110011110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,66); }

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

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

 a { background-color: rgb(79,30,66); }

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

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

 span { border-color: rgb(79,30,66); }

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