Html Css Color HEX #4F3A49 Loulou

📋 copy color: '#4F3A49'

red 79 ◦ green 58 ◦ blue 73

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

Shades of Loulou #4F3A49

Tints of Loulou #4F3A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

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

R = 37.62%
G = 27.62%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F3A49 (or 0x4F3A49) is known color: Loulou. HEX triplet: 4F, 3A and 49. RGB value is (79,58,73). Sum of RGB (Red+Green+Blue) = 79+58+73=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A49 is #B0C5B6. Grayscale: #414141. Windows color (decimal): -11584951 or 4799055. OLE color: 4799055.

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

Color convert

RGB 79 58 73 -
CMYK 0 0.27 0.08 0.69
HSL 317.14º 0.15% 0.27% -
HSV(B) 317.14º 0.27% 0.31% -
XYZ 5.94 5.17 6.99 -
YUV 65.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 79 58 73 0 0.27 0.08 0.69 317.14 0.15 0.27
Hex 4F 3A 49 0 1B 8 45 13D F 1B
Octal 117 72 111 0 33 10 105 475 17 33
Binary 1001111 111010 1001001 0 11011 1000 1000101 100111101 1111 11011

Color Harmonies of #4F3A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3A49

Black with #4F3A49

Text Example


Text Example

White with #4F3A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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