#4F2946

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

Shades of Loulou #4F2946

Tints of Loulou #4F2946

Color information

#4F2946 (or 0x4F2946) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 46. RGB value is (79,41,70). Sum of RGB (Red+Green+Blue) = 79+41+70=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2946 is #B0D6B9. Grayscale: #373737. Windows color (decimal): -11589306 or 4598095. OLE color: 4598095.

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

Color convert

RGB794170-
CMYK00.480.110.69
HSL314.21º31.67%23.53%-
HSV(B)314.21º48.1%30.98%-
XYZ5.123.696.24-
YUV55.67136.09144.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=41.58%
G=21.58%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79417000.480.110.69314.2131.6723.53
Hex4F2946030B4513a2018
Octal11751106060131054724030
Binary1001111101001100011001100001011100010110011101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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