#49505B

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

Shades of Tuna #49505B

Tints of Tuna #49505B

Color information

#49505B (or 0x49505B) is unknown color: approx Tuna. HEX triplet: 49, 50 and 5B. RGB value is (73,80,91). Sum of RGB (Red+Green+Blue) = 73+80+91=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #49505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49505B is #B6AFA4. Grayscale: #4F4F4F. Windows color (decimal): -11972517 or 5984329. OLE color: 5984329.

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

Color convert

RGB738091-
CMYK0.200.1200.64
HSL216.67º10.98%32.16%-
HSV(B)216.67º19.78%35.69%-
XYZ7.57.9111.03-
YUV79.16134.68123.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=29.92%
G=32.79%
B=37.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7380910.200.1200.64216.6710.9832.16
Hex49505B14C040d9b20
Octal111120133241401003311340
Binary10010011010000101101110100110001000000110110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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