Html Css Color HEX #49515B Tuna

📋 copy color: '#49515B'

red 73 ◦ green 81 ◦ blue 91

#49515B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #49515B

Tints of Tuna #49515B

RGB

 RED value IS 73 (28.91% from 255) = 29.8%

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 29.8%
G = 33.06%
B = 37.14%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49515B (or 0x49515B) is known color: 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

RGB 73 81 91 -
CMYK 0.20 0.11 0 0.64
HSL 213.33º 0.11% 0.32% -
HSV(B) 213.33º 0.2% 0.36% -
XYZ 7.58 8.06 11.05 -
YUV 79.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 73 81 91 0.20 0.11 0 0.64 213.33 0.11 0.32
Hex 49 51 5B 14 B 0 40 D5 B 20
Octal 111 121 133 24 13 0 100 325 13 40
Binary 1001001 1010001 1011011 10100 1011 0 1000000 11010101 1011 100000

Color Harmonies of #49515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49515B

Black with #49515B

Text Example


Text Example

White with #49515B

Text Example


Text Example

HTML Codes & Css Web 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>