#4F364A

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

Shades of Loulou #4F364A

Tints of Loulou #4F364A

Color information

#4F364A (or 0x4F364A) is unknown color: approx Loulou. HEX triplet: 4F, 36 and 4A. RGB value is (79,54,74). Sum of RGB (Red+Green+Blue) = 79+54+74=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F364A is #B0C9B5. Grayscale: #3F3F3F. Windows color (decimal): -11585974 or 4863567. OLE color: 4863567.

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

Color convert

RGB795474-
CMYK00.320.060.69
HSL312º18.8%26.08%-
HSV(B)312º31.65%30.98%-
XYZ5.784.87.1-
YUV63.76133.78138.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=38.16%
G=26.09%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79547400.320.060.6931218.826.08
Hex4F364A020645138131a
Octal1176611204061054702332
Binary10011111101101001010010000011010001011001110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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