Html Css Color HEX #494D57 Tuna

📋 copy color: '#494D57'

red 73 ◦ green 77 ◦ blue 87

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

Shades of Tuna #494D57

Tints of Tuna #494D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 30.8%
G = 32.49%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494D57 (or 0x494D57) is known color: Tuna. HEX triplet: 49, 4D and 57. RGB value is (73,77,87). Sum of RGB (Red+Green+Blue) = 73+77+87=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #494D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D57 is #B6B2A8. Grayscale: #4C4C4C. Windows color (decimal): -11973289 or 5721417. OLE color: 5721417.

HSL color Cylindrical-coordinate representation of color #494D57: hue angle of 222.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494D57 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 77 87 -
CMYK 0.16 0.11 0 0.66
HSL 222.86º 0.09% 0.31% -
HSV(B) 222.86º 0.16% 0.34% -
XYZ 7.12 7.41 10.07 -
YUV 76.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 73 77 87 0.16 0.11 0 0.66 222.86 0.09 0.31
Hex 49 4D 57 10 B 0 42 DF 9 1F
Octal 111 115 127 20 13 0 102 337 11 37
Binary 1001001 1001101 1010111 10000 1011 0 1000010 11011111 1001 11111

Color Harmonies of #494D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D57

Black with #494D57

Text Example


Text Example

White with #494D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,87); }

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

background-color css

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

 a { background-color: rgb(73,77,87); }

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

border-color css

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

 span { border-color: rgb(73,77,87); }

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