#485059

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

Shades of Tuna #485059

Tints of Tuna #485059

Color information

#485059 (or 0x485059) is unknown color: approx Tuna. HEX triplet: 48, 50 and 59. RGB value is (72,80,89). Sum of RGB (Red+Green+Blue) = 72+80+89=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #485059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485059 is #B7AFA6. Grayscale: #4E4E4E. Windows color (decimal): -12038055 or 5853256. OLE color: 5853256.

HSL color Cylindrical-coordinate representation of color #485059: hue angle of 211.76º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485059 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728089-
CMYK0.190.1000.65
HSL211.76º10.56%31.57%-
HSV(B)211.76º19.1%34.9%-
XYZ7.347.8410.58-
YUV78.63133.85123.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=29.88%
G=33.20%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7280890.190.1000.65211.7610.5631.57
Hex48505913A041d4b20
Octal110120131231201013241340
Binary10010001010000101100110011101001000001110101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485059; }

 p { color: rgb(72,80,89); }

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

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

 a { background-color: rgb(72,80,89); }

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

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

 span { border-color: rgb(72,80,89); }

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