Html Css Color HEX #494E55 Tuna

📋 copy color: '#494E55'

red 73 ◦ green 78 ◦ blue 85

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

Shades of Tuna #494E55

Tints of Tuna #494E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 30.93%
G = 33.05%
B = 36.02%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494E55 (or 0x494E55) is known color: Tuna. HEX triplet: 49, 4E and 55. RGB value is (73,78,85). Sum of RGB (Red+Green+Blue) = 73+78+85=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #494E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E55 is #B6B1AA. Grayscale: #4D4D4D. Windows color (decimal): -11973035 or 5590601. OLE color: 5590601.

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

Color convert

RGB 73 78 85 -
CMYK 0.14 0.08 0 0.67
HSL 215º 0.08% 0.31% -
HSV(B) 215º 0.14% 0.33% -
XYZ 7.11 7.52 9.67 -
YUV 77.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 73 78 85 0.14 0.08 0 0.67 215 0.08 0.31
Hex 49 4E 55 E 8 0 43 D7 8 1F
Octal 111 116 125 16 10 0 103 327 10 37
Binary 1001001 1001110 1010101 1110 1000 0 1000011 11010111 1000 11111

Color Harmonies of #494E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E55

Black with #494E55

Text Example


Text Example

White with #494E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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