Html Css Color HEX #494C50 Tuna

📋 copy color: '#494C50'

red 73 ◦ green 76 ◦ blue 80

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

Shades of Tuna #494C50

Tints of Tuna #494C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 31.88%
G = 33.19%
B = 34.93%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494C50 (or 0x494C50) is known color: Tuna. HEX triplet: 49, 4C and 50. RGB value is (73,76,80). Sum of RGB (Red+Green+Blue) = 73+76+80=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #494C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C50 is #B6B3AF. Grayscale: #4B4B4B. Windows color (decimal): -11973552 or 5262409. OLE color: 5262409.

HSL color Cylindrical-coordinate representation of color #494C50: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494C50 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 76 80 -
CMYK 0.09 0.05 0 0.69
HSL 214.29º 0.05% 0.3% -
HSV(B) 214.29º 0.09% 0.31% -
XYZ 6.78 7.16 8.61 -
YUV 75.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 73 76 80 0.09 0.05 0 0.69 214.29 0.05 0.3
Hex 49 4C 50 9 5 0 45 D6 5 1E
Octal 111 114 120 11 5 0 105 326 5 36
Binary 1001001 1001100 1010000 1001 101 0 1000101 11010110 101 11110

Color Harmonies of #494C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C50

Black with #494C50

Text Example


Text Example

White with #494C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C50; }

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

 H1.HeaderClassName
 {
   color: #494C50;
 }
 .AnyTagClassName
 {
   color: #494C50;
 }
</style>

background-color css

<style>
 a { background-color: #494C50; }

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

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

border-color css

<style>
 span { border-color: #494C50; }

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

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