#4F284A

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

Shades of Loulou #4F284A

Tints of Loulou #4F284A

Color information

#4F284A (or 0x4F284A) is unknown color: approx Loulou. HEX triplet: 4F, 28 and 4A. RGB value is (79,40,74). Sum of RGB (Red+Green+Blue) = 79+40+74=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F284A is #B0D7B5. Grayscale: #373737. Windows color (decimal): -11589558 or 4859983. OLE color: 4859983.

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

Color convert

RGB794074-
CMYK00.490.060.69
HSL307.69º32.77%23.33%-
HSV(B)307.69º49.37%30.98%-
XYZ5.223.676.91-
YUV55.54138.42144.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=40.93%
G=20.73%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79407400.490.060.69307.6932.7723.33
Hex4F284A0316451342117
Octal1175011206161054644127
Binary100111110100010010100110001110100010110011010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,40,74); }

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

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

 a { background-color: rgb(79,40,74); }

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

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

 span { border-color: rgb(79,40,74); }

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