#4F294B

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

Shades of Loulou #4F294B

Tints of Loulou #4F294B

Color information

#4F294B (or 0x4F294B) is unknown color: approx Loulou. HEX triplet: 4F, 29 and 4B. RGB value is (79,41,75). Sum of RGB (Red+Green+Blue) = 79+41+75=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F294B is #B0D6B4. Grayscale: #383838. Windows color (decimal): -11589301 or 4925775. OLE color: 4925775.

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

Color convert

RGB794175-
CMYK00.480.050.69
HSL306.32º31.67%23.53%-
HSV(B)306.32º48.1%30.98%-
XYZ5.293.767.1-
YUV56.24138.59144.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.51%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=40.51%
G=21.03%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79417500.480.050.69306.3231.6723.53
Hex4F294B0305451322018
Octal1175111306051054624030
Binary100111110100110010110110000101100010110011001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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