#484D57

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

Shades of Tuna #484D57

Tints of Tuna #484D57

Color information

#484D57 (or 0x484D57) is unknown color: approx Tuna. HEX triplet: 48, 4D and 57. RGB value is (72,77,87). Sum of RGB (Red+Green+Blue) = 72+77+87=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #484D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D57 is #B7B2A8. Grayscale: #4C4C4C. Windows color (decimal): -12038825 or 5721416. OLE color: 5721416.

HSL color Cylindrical-coordinate representation of color #484D57: hue angle of 220º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #484D57 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB727787-
CMYK0.170.1100.66
HSL220º9.43%31.18%-
HSV(B)220º17.24%34.12%-
XYZ7.057.3710.07-
YUV76.65133.84124.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=30.51%
G=32.63%
B=36.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7277870.170.1100.662209.4331.18
Hex484D5711B042dc91f
Octal110115127211301023341137
Binary1001000100110110101111000110110100001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D57; }

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

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

<style>
 a { background-color: #484D57; }

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

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

<style>
 span { border-color: #484D57; }

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

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