#4F5051

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

Shades of Tuna #4F5051

Tints of Tuna #4F5051

Color information

#4F5051 (or 0x4F5051) is unknown color: approx Tuna. HEX triplet: 4F, 50 and 51. RGB value is (79,80,81). Sum of RGB (Red+Green+Blue) = 79+80+81=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5051 is #B0AFAE. Grayscale: #4F4F4F. Windows color (decimal): -11579311 or 5328975. OLE color: 5328975.

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

Color convert

RGB798081-
CMYK0.020.0100.68
HSL210º1.25%31.37%-
HSV(B)210º2.47%31.76%-
XYZ7.587.998.93-
YUV79.81128.67127.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=32.92%
G=33.33%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7980810.020.0100.682101.2531.37
Hex4F505121044d211f
Octal117120121210104322137
Binary1001111101000010100011010100010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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