#4F1246

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

Shades of Loulou #4F1246

Tints of Loulou #4F1246

Color information

#4F1246 (or 0x4F1246) is unknown color: approx Loulou. HEX triplet: 4F, 12 and 46. RGB value is (79,18,70). Sum of RGB (Red+Green+Blue) = 79+18+70=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1246 is #B0EDB9. Grayscale: #2A2A2A. Windows color (decimal): -11595194 or 4592207. OLE color: 4592207.

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

Color convert

RGB791870-
CMYK00.770.110.69
HSL308.85º62.89%19.02%-
HSV(B)308.85º77.22%30.98%-
XYZ4.552.546.04-
YUV42.17143.71154.27-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.31%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=47.31%
G=10.78%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79187000.770.110.69308.8562.8919.02
Hex4F124604DB451353f13
Octal117221060115131054657723
Binary1001111100101000110010011011011100010110011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,70); }

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

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

 a { background-color: rgb(79,18,70); }

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

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

 span { border-color: rgb(79,18,70); }

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