#4E4F50

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

Shades of Tuna #4E4F50

Tints of Tuna #4E4F50

Color information

#4E4F50 (or 0x4E4F50) is unknown color: approx Tuna. HEX triplet: 4E, 4F and 50. RGB value is (78,79,80). Sum of RGB (Red+Green+Blue) = 78+79+80=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E4F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F50 is #B1B0AF. Grayscale: #4E4E4E. Windows color (decimal): -11645104 or 5263182. OLE color: 5263182.

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

Color convert

RGB787980-
CMYK0.020.0100.69
HSL210º1.27%30.98%-
HSV(B)210º2.5%31.37%-
XYZ7.397.798.7-
YUV78.82128.67127.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=32.91%
G=33.33%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7879800.020.0100.692101.2730.98
Hex4E4F5021045d211f
Octal116117120210105322137
Binary1001110100111110100001010100010111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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