Html Css Color HEX #494F56 Tuna

📋 copy color: '#494F56'

red 73 ◦ green 79 ◦ blue 86

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

Shades of Tuna #494F56

Tints of Tuna #494F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 30.67%
G = 33.19%
B = 36.13%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494F56 (or 0x494F56) is known color: Tuna. HEX triplet: 49, 4F and 56. RGB value is (73,79,86). Sum of RGB (Red+Green+Blue) = 73+79+86=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #494F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F56 is #B6B0A9. Grayscale: #4D4D4D. Windows color (decimal): -11972778 or 5656393. OLE color: 5656393.

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

Color convert

RGB 73 79 86 -
CMYK 0.15 0.08 0 0.66
HSL 212.31º 0.08% 0.31% -
HSV(B) 212.31º 0.15% 0.34% -
XYZ 7.22 7.68 9.91 -
YUV 78 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 73 79 86 0.15 0.08 0 0.66 212.31 0.08 0.31
Hex 49 4F 56 F 8 0 42 D4 8 1F
Octal 111 117 126 17 10 0 102 324 10 37
Binary 1001001 1001111 1010110 1111 1000 0 1000010 11010100 1000 11111

Color Harmonies of #494F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F56

Black with #494F56

Text Example


Text Example

White with #494F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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