Html Css Color HEX #4F354D Loulou

📋 copy color: '#4F354D'

red 79 ◦ green 53 ◦ blue 77

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

Shades of Loulou #4F354D

Tints of Loulou #4F354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 37.8%
G = 25.36%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4F354D (or 0x4F354D) is known color: Loulou. HEX triplet: 4F, 35 and 4D. RGB value is (79,53,77). Sum of RGB (Red+Green+Blue) = 79+53+77=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F354D is #B0CAB2. Grayscale: #3F3F3F. Windows color (decimal): -11586227 or 5059919. OLE color: 5059919.

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

Color convert

RGB 79 53 77 -
CMYK 0 0.33 0.03 0.69
HSL 304.62º 0.2% 0.26% -
HSV(B) 304.62º 0.33% 0.31% -
XYZ 5.84 4.74 7.63 -
YUV 63.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 79 53 77 0 0.33 0.03 0.69 304.62 0.2 0.26
Hex 4F 35 4D 0 21 3 45 131 14 1A
Octal 117 65 115 0 41 3 105 461 24 32
Binary 1001111 110101 1001101 0 100001 11 1000101 100110001 10100 11010

Color Harmonies of #4F354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F354D

Black with #4F354D

Text Example


Text Example

White with #4F354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,53,77); }

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

background-color css

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

 a { background-color: rgb(79,53,77); }

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

border-color css

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

 span { border-color: rgb(79,53,77); }

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