#4F2A48

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

Shades of Loulou #4F2A48

Tints of Loulou #4F2A48

Color information

#4F2A48 (or 0x4F2A48) is unknown color: approx Loulou. HEX triplet: 4F, 2A and 48. RGB value is (79,42,72). Sum of RGB (Red+Green+Blue) = 79+42+72=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A48 is #B0D5B7. Grayscale: #383838. Windows color (decimal): -11589048 or 4729423. OLE color: 4729423.

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

Color convert

RGB794272-
CMYK00.470.090.69
HSL311.35º30.58%23.73%-
HSV(B)311.35º46.84%30.98%-
XYZ5.223.796.59-
YUV56.48136.76144.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=40.93%
G=21.76%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79427200.470.090.69311.3530.5823.73
Hex4F2A4802F9451371f18
Octal11752110057111054673730
Binary100111110101010010000101111100110001011001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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