#4E5052

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

Shades of Tuna #4E5052

Tints of Tuna #4E5052

Color information

#4E5052 (or 0x4E5052) is unknown color: approx Tuna. HEX triplet: 4E, 50 and 52. RGB value is (78,80,82). Sum of RGB (Red+Green+Blue) = 78+80+82=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5052 is #B1AFAD. Grayscale: #4F4F4F. Windows color (decimal): -11644846 or 5394510. OLE color: 5394510.

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

Color convert

RGB788082-
CMYK0.050.0200.68
HSL210º2.5%31.37%-
HSV(B)210º4.88%32.16%-
XYZ7.537.979.12-
YUV79.63129.34126.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=32.5%
G=33.33%
B=34.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7880820.050.0200.682102.531.37
Hex4E505252044d221f
Octal116120122520104322237
Binary1001110101000010100101011001000100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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