Html Css Color HEX #4C4F50 Trout

📋 copy color: '#4C4F50'

red 76 ◦ green 79 ◦ blue 80

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

Shades of Trout #4C4F50

Tints of Trout #4C4F50

RGB

 RED value IS 76 (30.08% from 255) = 32.34%

 GREEN value IS 79 (31.25% from 255) = 33.62%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 32.34%
G = 33.62%
B = 34.04%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C4F50 (or 0x4C4F50) is known color: Trout. HEX triplet: 4C, 4F and 50. RGB value is (76,79,80). Sum of RGB (Red+Green+Blue) = 76+79+80=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F50 is #B3B0AF. Grayscale: #4E4E4E. Windows color (decimal): -11776176 or 5263180. OLE color: 5263180.

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

Color convert

RGB 76 79 80 -
CMYK 0.05 0.01 0 0.69
HSL 195º 0.03% 0.31% -
HSV(B) 195º 0.05% 0.31% -
XYZ 7.22 7.71 8.7 -
YUV 78.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 76 79 80 0.05 0.01 0 0.69 195 0.03 0.31
Hex 4C 4F 50 5 1 0 45 C3 3 1F
Octal 114 117 120 5 1 0 105 303 3 37
Binary 1001100 1001111 1010000 101 1 0 1000101 11000011 11 11111

Color Harmonies of #4C4F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F50

Black with #4C4F50

Text Example


Text Example

White with #4C4F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,79,80); }

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

background-color css

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

 a { background-color: rgb(76,79,80); }

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

border-color css

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

 span { border-color: rgb(76,79,80); }

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