#49505C

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

Shades of Tuna #49505C

Tints of Tuna #49505C

Color information

#49505C (or 0x49505C) is unknown color: approx Tuna. HEX triplet: 49, 50 and 5C. RGB value is (73,80,92). Sum of RGB (Red+Green+Blue) = 73+80+92=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 92 - color contains mainly: blue. Hex color #49505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505C is #B6AFA3. Grayscale: #4F4F4F. Windows color (decimal): -11972516 or 6049865. OLE color: 6049865.

HSL color Cylindrical-coordinate representation of color #49505C: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49505C is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738092-
CMYK0.210.1300.64
HSL217.89º11.52%32.35%-
HSV(B)217.89º20.65%36.08%-
XYZ7.557.9311.26-
YUV79.27135.18123.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=29.80%
G=32.65%
B=37.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7380920.210.1300.64217.8911.5232.35
Hex49505C15D040dac20
Octal111120134251501003321440
Binary10010011010000101110010101110101000000110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49505C; }

 p { color: rgb(73,80,92); }

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

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

 a { background-color: rgb(73,80,92); }

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

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

 span { border-color: rgb(73,80,92); }

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