#4F5052

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

Shades of Tuna #4F5052

Tints of Tuna #4F5052

Color information

#4F5052 (or 0x4F5052) is unknown color: approx Tuna. HEX triplet: 4F, 50 and 52. RGB value is (79,80,82). Sum of RGB (Red+Green+Blue) = 79+80+82=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5052 is #B0AFAD. Grayscale: #4F4F4F. Windows color (decimal): -11579310 or 5394511. OLE color: 5394511.

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

Color convert

RGB798082-
CMYK0.040.0200.68
HSL220º1.86%31.57%-
HSV(B)220º3.66%32.16%-
XYZ7.628.019.13-
YUV79.93129.17127.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=32.78%
G=33.20%
B=34.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7980820.040.0200.682201.8631.57
Hex4F505242044dc220
Octal117120122420104334240
Binary10011111010000101001010010010001001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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