#4F364B

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

Shades of Loulou #4F364B

Tints of Loulou #4F364B

Color information

#4F364B (or 0x4F364B) is unknown color: approx Loulou. HEX triplet: 4F, 36 and 4B. RGB value is (79,54,75). Sum of RGB (Red+Green+Blue) = 79+54+75=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F364B is #B0C9B4. Grayscale: #3F3F3F. Windows color (decimal): -11585973 or 4929103. OLE color: 4929103.

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

Color convert

RGB795475-
CMYK00.320.050.69
HSL309.6º18.8%26.08%-
HSV(B)309.6º31.65%30.98%-
XYZ5.814.817.28-
YUV63.87134.28138.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.98%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=37.98%
G=25.96%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79547500.320.050.69309.618.826.08
Hex4F364B020545136131a
Octal1176611304051054662332
Binary10011111101101001011010000010110001011001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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