#4C4D50

Color #4C4D50 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #4C4D50

Tints of Tuna #4C4D50

Color information

#4C4D50 (or 0x4C4D50) is unknown color: approx Tuna. HEX triplet: 4C, 4D and 50. RGB value is (76,77,80). Sum of RGB (Red+Green+Blue) = 76+77+80=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4D50 is #B3B2AF. Grayscale: #4D4D4D. Windows color (decimal): -11776688 or 5262668. OLE color: 5262668.

HSL color Cylindrical-coordinate representation of color #4C4D50: hue angle of 225º 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 #4C4D50 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB767780-
CMYK0.050.0400.69
HSL225º2.56%30.59%-
HSV(B)225º5%31.37%-
XYZ7.087.428.65-
YUV77.04129.67127.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=32.62%
G=33.05%
B=34.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7677800.050.0400.692252.5630.59
Hex4C4D5054045e131f
Octal114115120540105341337
Binary10011001001101101000010110001000101111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C4D50;
 }
 .AnyTagClassName
 {
   color: #4C4D50;
 }
</style>
background-color css

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

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

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

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

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

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