#4F374B

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

Shades of Loulou #4F374B

Tints of Loulou #4F374B

Color information

#4F374B (or 0x4F374B) is unknown color: approx Loulou. HEX triplet: 4F, 37 and 4B. RGB value is (79,55,75). Sum of RGB (Red+Green+Blue) = 79+55+75=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F374B is #B0C8B4. Grayscale: #404040. Windows color (decimal): -11585717 or 4929359. OLE color: 4929359.

HSL color Cylindrical-coordinate representation of color #4F374B: hue angle of 310º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F374B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB795575-
CMYK00.300.050.69
HSL310º17.91%26.27%-
HSV(B)310º30.38%30.98%-
XYZ5.864.97.29-
YUV64.46133.95138.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=37.80%
G=26.32%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79557500.300.050.6931017.9126.27
Hex4F374B01E545136121a
Octal1176711303651054662232
Binary1001111110111100101101111010110001011001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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