Html Css Color HEX #4F2949 Loulou

📋 copy color: '#4F2949'

red 79 ◦ green 41 ◦ blue 73

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

Shades of Loulou #4F2949

Tints of Loulou #4F2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 40.93%
G = 21.24%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F2949 (or 0x4F2949) is known color: Loulou. HEX triplet: 4F, 29 and 49. RGB value is (79,41,73). Sum of RGB (Red+Green+Blue) = 79+41+73=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2949 is #B0D6B6. Grayscale: #373737. Windows color (decimal): -11589303 or 4794703. OLE color: 4794703.

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

Color convert

RGB 79 41 73 -
CMYK 0 0.48 0.08 0.69
HSL 309.47º 0.32% 0.24% -
HSV(B) 309.47º 0.48% 0.31% -
XYZ 5.22 3.73 6.75 -
YUV 56.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 79 41 73 0 0.48 0.08 0.69 309.47 0.32 0.24
Hex 4F 29 49 0 30 8 45 135 20 18
Octal 117 51 111 0 60 10 105 465 40 30
Binary 1001111 101001 1001001 0 110000 1000 1000101 100110101 100000 11000

Color Harmonies of #4F2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2949

Black with #4F2949

Text Example


Text Example

White with #4F2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,41,73); }

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

background-color css

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

 a { background-color: rgb(79,41,73); }

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

border-color css

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

 span { border-color: rgb(79,41,73); }

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