#4F2348

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

Shades of Loulou #4F2348

Tints of Loulou #4F2348

Color information

#4F2348 (or 0x4F2348) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 48. RGB value is (79,35,72). Sum of RGB (Red+Green+Blue) = 79+35+72=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2348 is #B0DCB7. Grayscale: #343434. Windows color (decimal): -11590840 or 4727631. OLE color: 4727631.

HSL color Cylindrical-coordinate representation of color #4F2348: hue angle of 309.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2348 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB793572-
CMYK00.560.090.69
HSL309.55º38.6%22.35%-
HSV(B)309.55º55.7%30.98%-
XYZ53.336.51-
YUV52.37139.08146.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=42.47%
G=18.82%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79357200.560.090.69309.5538.622.35
Hex4F23480389451362716
Octal11743110070111054664726
Binary1001111100011100100001110001001100010110011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,35,72); }

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

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

 a { background-color: rgb(79,35,72); }

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

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

 span { border-color: rgb(79,35,72); }

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