#4F2048

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

Shades of Loulou #4F2048

Tints of Loulou #4F2048

Color information

#4F2048 (or 0x4F2048) is unknown color: approx Loulou. HEX triplet: 4F, 20 and 48. RGB value is (79,32,72). Sum of RGB (Red+Green+Blue) = 79+32+72=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2048 is #B0DFB7. Grayscale: #323232. Windows color (decimal): -11591608 or 4726863. OLE color: 4726863.

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

Color convert

RGB793272-
CMYK00.590.090.69
HSL308.94º42.34%21.76%-
HSV(B)308.94º59.49%30.98%-
XYZ4.913.166.48-
YUV50.61140.07148.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=43.17%
G=17.49%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79327200.590.090.69308.9442.3421.76
Hex4F204803B9451352a16
Octal11740110073111054655226
Binary1001111100000100100001110111001100010110011010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,72); }

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

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

 a { background-color: rgb(79,32,72); }

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

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

 span { border-color: rgb(79,32,72); }

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