Html Css Color HEX #4F2C48 Loulou

📋 copy color: '#4F2C48'

red 79 ◦ green 44 ◦ blue 72

#4F2C48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #4F2C48

Tints of Loulou #4F2C48

RGB

 RED value IS 79 (31.25% from 255) = 40.51%

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 40.51%
G = 22.56%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2C48 (or 0x4F2C48) is known color: Loulou. HEX triplet: 4F, 2C and 48. RGB value is (79,44,72). Sum of RGB (Red+Green+Blue) = 79+44+72=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C48 is #B0D3B7. Grayscale: #393939. Windows color (decimal): -11588536 or 4729935. OLE color: 4729935.

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

Color convert

RGB 79 44 72 -
CMYK 0 0.44 0.09 0.69
HSL 312º 0.28% 0.24% -
HSV(B) 312º 0.44% 0.31% -
XYZ 5.29 3.93 6.61 -
YUV 57.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 79 44 72 0 0.44 0.09 0.69 312 0.28 0.24
Hex 4F 2C 48 0 2C 9 45 138 1C 18
Octal 117 54 110 0 54 11 105 470 34 30
Binary 1001111 101100 1001000 0 101100 1001 1000101 100111000 11100 11000

Color Harmonies of #4F2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2C48

Black with #4F2C48

Text Example


Text Example

White with #4F2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F2C48;
 }
 .AnyTagClassName
 {
   color: #4F2C48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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