#4D5157

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

Shades of Tuna #4D5157

Tints of Tuna #4D5157

Color information

#4D5157 (or 0x4D5157) is unknown color: approx Tuna. HEX triplet: 4D, 51 and 57. RGB value is (77,81,87). Sum of RGB (Red+Green+Blue) = 77+81+87=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D5157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5157 is #B2AEA8. Grayscale: #505050. Windows color (decimal): -11710121 or 5722445. OLE color: 5722445.

HSL color Cylindrical-coordinate representation of color #4D5157: hue angle of 216º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5157 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB778187-
CMYK0.110.0700.66
HSL216º6.1%32.16%-
HSV(B)216º11.49%34.12%-
XYZ7.728.1510.18-
YUV80.49131.67125.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=31.43%
G=33.06%
B=35.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7781870.110.0700.662166.132.16
Hex4D5157B7042d8620
Octal1151211271370102330640
Binary10011011010001101011110111110100001011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,81,87); }

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

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

 a { background-color: rgb(77,81,87); }

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

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

 span { border-color: rgb(77,81,87); }

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