Html Css Color HEX #4F2E48 Loulou

📋 copy color: '#4F2E48'

red 79 ◦ green 46 ◦ blue 72

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

Shades of Loulou #4F2E48

Tints of Loulou #4F2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

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

R = 40.1%
G = 23.35%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2E48 (or 0x4F2E48) is known color: Loulou. HEX triplet: 4F, 2E and 48. RGB value is (79,46,72). Sum of RGB (Red+Green+Blue) = 79+46+72=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E48 is #B0D1B7. Grayscale: #3A3A3A. Windows color (decimal): -11588024 or 4730447. OLE color: 4730447.

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

Color convert

RGB 79 46 72 -
CMYK 0 0.42 0.09 0.69
HSL 312.73º 0.26% 0.25% -
HSV(B) 312.73º 0.42% 0.31% -
XYZ 5.37 4.08 6.64 -
YUV 58.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 79 46 72 0 0.42 0.09 0.69 312.73 0.26 0.25
Hex 4F 2E 48 0 2A 9 45 139 1A 19
Octal 117 56 110 0 52 11 105 471 32 31
Binary 1001111 101110 1001000 0 101010 1001 1000101 100111001 11010 11001

Color Harmonies of #4F2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2E48

Black with #4F2E48

Text Example


Text Example

White with #4F2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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