#4F234A

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

Shades of Loulou #4F234A

Tints of Loulou #4F234A

Color information

#4F234A (or 0x4F234A) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 4A. RGB value is (79,35,74). Sum of RGB (Red+Green+Blue) = 79+35+74=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F234A is #B0DCB5. Grayscale: #343434. Windows color (decimal): -11590838 or 4858703. OLE color: 4858703.

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

Color convert

RGB793574-
CMYK00.560.060.69
HSL306.82º38.6%22.35%-
HSV(B)306.82º55.7%30.98%-
XYZ5.063.366.86-
YUV52.6140.08146.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=42.02%
G=18.62%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79357400.560.060.69306.8238.622.35
Hex4F234A0386451332716
Octal1174311207061054634726
Binary100111110001110010100111000110100010110011001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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