#4F274B

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

Shades of Loulou #4F274B

Tints of Loulou #4F274B

Color information

#4F274B (or 0x4F274B) is unknown color: approx Loulou. HEX triplet: 4F, 27 and 4B. RGB value is (79,39,75). Sum of RGB (Red+Green+Blue) = 79+39+75=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F274B is #B0D8B4. Grayscale: #363636. Windows color (decimal): -11589813 or 4925263. OLE color: 4925263.

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

Color convert

RGB793975-
CMYK00.510.050.69
HSL306º33.9%23.14%-
HSV(B)306º50.63%30.98%-
XYZ5.223.627.08-
YUV55.06139.25145.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=40.93%
G=20.21%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79397500.510.050.6930633.923.14
Hex4F274B0335451322217
Octal1174711306351054624227
Binary100111110011110010110110011101100010110011001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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