Html Css Color HEX #494E57 Tuna

📋 copy color: '#494E57'

red 73 ◦ green 78 ◦ blue 87

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

Shades of Tuna #494E57

Tints of Tuna #494E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.77%

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

R = 30.67%
G = 32.77%
B = 36.55%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494E57 (or 0x494E57) is known color: Tuna. HEX triplet: 49, 4E and 57. RGB value is (73,78,87). Sum of RGB (Red+Green+Blue) = 73+78+87=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #494E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E57 is #B6B1A8. Grayscale: #4D4D4D. Windows color (decimal): -11973033 or 5721673. OLE color: 5721673.

HSL color Cylindrical-coordinate representation of color #494E57: hue angle of 218.57º 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 #494E57 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 78 87 -
CMYK 0.16 0.10 0 0.66
HSL 218.57º 0.09% 0.31% -
HSV(B) 218.57º 0.16% 0.34% -
XYZ 7.19 7.55 10.1 -
YUV 77.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 73 78 87 0.16 0.10 0 0.66 218.57 0.09 0.31
Hex 49 4E 57 10 A 0 42 DB 9 1F
Octal 111 116 127 20 12 0 102 333 11 37
Binary 1001001 1001110 1010111 10000 1010 0 1000010 11011011 1001 11111

Color Harmonies of #494E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E57

Black with #494E57

Text Example


Text Example

White with #494E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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