#4F384B

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

Shades of Loulou #4F384B

Tints of Loulou #4F384B

Color information

#4F384B (or 0x4F384B) is unknown color: approx Loulou. HEX triplet: 4F, 38 and 4B. RGB value is (79,56,75). Sum of RGB (Red+Green+Blue) = 79+56+75=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F384B is #B0C7B4. Grayscale: #404040. Windows color (decimal): -11585461 or 4929615. OLE color: 4929615.

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

Color convert

RGB795675-
CMYK00.290.050.69
HSL310.43º17.04%26.47%-
HSV(B)310.43º29.11%30.98%-
XYZ5.9157.31-
YUV65.04133.62137.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.62%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=37.62%
G=26.67%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79567500.290.050.69310.4317.0426.47
Hex4F384B01D545136111a
Octal1177011303551054662132
Binary1001111111000100101101110110110001011001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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