Html Css Color HEX #49505C Tuna

📋 copy color: '#49505C'

red 73 ◦ green 80 ◦ blue 92

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

Shades of Tuna #49505C

Tints of Tuna #49505C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 29.8%
G = 32.65%
B = 37.55%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49505C (or 0x49505C) is known color: 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

RGB 73 80 92 -
CMYK 0.21 0.13 0 0.64
HSL 217.89º 0.12% 0.32% -
HSV(B) 217.89º 0.21% 0.36% -
XYZ 7.55 7.93 11.26 -
YUV 79.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 73 80 92 0.21 0.13 0 0.64 217.89 0.12 0.32
Hex 49 50 5C 15 D 0 40 DA C 20
Octal 111 120 134 25 15 0 100 332 14 40
Binary 1001001 1010000 1011100 10101 1101 0 1000000 11011010 1100 100000

Color Harmonies of #49505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49505C

Black with #49505C

Text Example


Text Example

White with #49505C

Text Example


Text Example

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