Html Css Color HEX #494F57 Tuna

📋 copy color: '#494F57'

red 73 ◦ green 79 ◦ blue 87

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

Shades of Tuna #494F57

Tints of Tuna #494F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.05%

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

R = 30.54%
G = 33.05%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494F57 (or 0x494F57) is known color: Tuna. HEX triplet: 49, 4F and 57. RGB value is (73,79,87). Sum of RGB (Red+Green+Blue) = 73+79+87=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #494F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F57 is #B6B0A8. Grayscale: #4E4E4E. Windows color (decimal): -11972777 or 5721929. OLE color: 5721929.

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

Color convert

RGB 73 79 87 -
CMYK 0.16 0.09 0 0.66
HSL 214.29º 0.09% 0.31% -
HSV(B) 214.29º 0.16% 0.34% -
XYZ 7.26 7.7 10.12 -
YUV 78.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 73 79 87 0.16 0.09 0 0.66 214.29 0.09 0.31
Hex 49 4F 57 10 9 0 42 D6 9 1F
Octal 111 117 127 20 11 0 102 326 11 37
Binary 1001001 1001111 1010111 10000 1001 0 1000010 11010110 1001 11111

Color Harmonies of #494F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F57

Black with #494F57

Text Example


Text Example

White with #494F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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