#4F224A

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

Shades of Loulou #4F224A

Tints of Loulou #4F224A

Color information

#4F224A (or 0x4F224A) is unknown color: approx Loulou. HEX triplet: 4F, 22 and 4A. RGB value is (79,34,74). Sum of RGB (Red+Green+Blue) = 79+34+74=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F224A is #B0DDB5. Grayscale: #333333. Windows color (decimal): -11591094 or 4858447. OLE color: 4858447.

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

Color convert

RGB793474-
CMYK00.570.060.69
HSL306.67º39.82%22.16%-
HSV(B)306.67º56.96%30.98%-
XYZ5.033.36.85-
YUV52.01140.41147.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=42.25%
G=18.18%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79347400.570.060.69306.6739.8222.16
Hex4F224A0396451332816
Octal1174211207161054635026
Binary100111110001010010100111001110100010110011001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,34,74); }

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

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

 a { background-color: rgb(79,34,74); }

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

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

 span { border-color: rgb(79,34,74); }

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