#4F314B

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

Shades of Loulou #4F314B

Tints of Loulou #4F314B

Color information

#4F314B (or 0x4F314B) is unknown color: approx Loulou. HEX triplet: 4F, 31 and 4B. RGB value is (79,49,75). Sum of RGB (Red+Green+Blue) = 79+49+75=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F314B is #B0CEB4. Grayscale: #3C3C3C. Windows color (decimal): -11587253 or 4927823. OLE color: 4927823.

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

Color convert

RGB794975-
CMYK00.380.050.69
HSL308º23.44%25.1%-
HSV(B)308º37.97%30.98%-
XYZ5.594.377.2-
YUV60.93135.94140.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=38.92%
G=24.14%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79497500.380.050.6930823.4425.1
Hex4F314B0265451341719
Octal1176111304651054642731
Binary10011111100011001011010011010110001011001101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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