Html Css Color HEX #494D59 Tuna

📋 copy color: '#494D59'

red 73 ◦ green 77 ◦ blue 89

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

Shades of Tuna #494D59

Tints of Tuna #494D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.24%

R = 30.54%
G = 32.22%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494D59 (or 0x494D59) is known color: Tuna. HEX triplet: 49, 4D and 59. RGB value is (73,77,89). Sum of RGB (Red+Green+Blue) = 73+77+89=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #494D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D59 is #B6B2A6. Grayscale: #4D4D4D. Windows color (decimal): -11973287 or 5852489. OLE color: 5852489.

HSL color Cylindrical-coordinate representation of color #494D59: hue angle of 225º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494D59 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 77 89 -
CMYK 0.18 0.13 0 0.65
HSL 225º 0.1% 0.32% -
HSV(B) 225º 0.18% 0.35% -
XYZ 7.2 7.45 10.51 -
YUV 77.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 73 77 89 0.18 0.13 0 0.65 225 0.1 0.32
Hex 49 4D 59 12 D 0 41 E1 A 20
Octal 111 115 131 22 15 0 101 341 12 40
Binary 1001001 1001101 1011001 10010 1101 0 1000001 11100001 1010 100000

Color Harmonies of #494D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D59

Black with #494D59

Text Example


Text Example

White with #494D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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