Html Css Color HEX #49515C Tuna

📋 copy color: '#49515C'

red 73 ◦ green 81 ◦ blue 92

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

Shades of Tuna #49515C

Tints of Tuna #49515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 29.67%
G = 32.93%
B = 37.4%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49515C (or 0x49515C) is known color: Tuna. HEX triplet: 49, 51 and 5C. RGB value is (73,81,92). Sum of RGB (Red+Green+Blue) = 73+81+92=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #49515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49515C is #B6AEA3. Grayscale: #4F4F4F. Windows color (decimal): -11972260 or 6050121. OLE color: 6050121.

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

Color convert

RGB 73 81 92 -
CMYK 0.21 0.12 0 0.64
HSL 214.74º 0.12% 0.32% -
HSV(B) 214.74º 0.21% 0.36% -
XYZ 7.62 8.07 11.28 -
YUV 79.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 73 81 92 0.21 0.12 0 0.64 214.74 0.12 0.32
Hex 49 51 5C 15 C 0 40 D7 C 20
Octal 111 121 134 25 14 0 100 327 14 40
Binary 1001001 1010001 1011100 10101 1100 0 1000000 11010111 1100 100000

Color Harmonies of #49515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49515C

Black with #49515C

Text Example


Text Example

White with #49515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49515C;
 }
 .AnyTagClassName
 {
   color: #49515C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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