#49515B

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

Shades of Tuna #49515B

Tints of Tuna #49515B

Color information

#49515B (or 0x49515B) is unknown color: approx Tuna. HEX triplet: 49, 51 and 5B. RGB value is (73,81,91). Sum of RGB (Red+Green+Blue) = 73+81+91=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #49515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515B is #B6AEA4. Grayscale: #4F4F4F. Windows color (decimal): -11972261 or 5984585. OLE color: 5984585.

HSL color Cylindrical-coordinate representation of color #49515B: hue angle of 213.33º 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 #49515B is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738191-
CMYK0.200.1100.64
HSL213.33º10.98%32.16%-
HSV(B)213.33º19.78%35.69%-
XYZ7.588.0611.05-
YUV79.75134.35123.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=29.80%
G=33.06%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7381910.200.1100.64213.3310.9832.16
Hex49515B14B040d5b20
Octal111121133241301003251340
Binary10010011010001101101110100101101000000110101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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