#4F364C

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

Shades of Loulou #4F364C

Tints of Loulou #4F364C

Color information

#4F364C (or 0x4F364C) is unknown color: approx Loulou. HEX triplet: 4F, 36 and 4C. RGB value is (79,54,76). Sum of RGB (Red+Green+Blue) = 79+54+76=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F364C is #B0C9B3. Grayscale: #3F3F3F. Windows color (decimal): -11585972 or 4994639. OLE color: 4994639.

HSL color Cylindrical-coordinate representation of color #4F364C: hue angle of 307.2º 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 #4F364C is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB795476-
CMYK00.320.040.69
HSL307.2º18.8%26.08%-
HSV(B)307.2º31.65%30.98%-
XYZ5.854.827.46-
YUV63.98134.78138.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=37.80%
G=25.84%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79547600.320.040.69307.218.826.08
Hex4F364C020445133131a
Octal1176611404041054632332
Binary10011111101101001100010000010010001011001100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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