Html Css Color HEX #494E5B Tuna

📋 copy color: '#494E5B'

red 73 ◦ green 78 ◦ blue 91

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

Shades of Tuna #494E5B

Tints of Tuna #494E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 30.17%
G = 32.23%
B = 37.6%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#494E5B (or 0x494E5B) is known color: Tuna. HEX triplet: 49, 4E and 5B. RGB value is (73,78,91). Sum of RGB (Red+Green+Blue) = 73+78+91=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #494E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E5B is #B6B1A4. Grayscale: #4D4D4D. Windows color (decimal): -11973029 or 5983817. OLE color: 5983817.

HSL color Cylindrical-coordinate representation of color #494E5B: hue angle of 223.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494E5B is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 78 91 -
CMYK 0.20 0.14 0 0.64
HSL 223.33º 0.11% 0.32% -
HSV(B) 223.33º 0.2% 0.36% -
XYZ 7.36 7.62 10.98 -
YUV 77.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 73 78 91 0.20 0.14 0 0.64 223.33 0.11 0.32
Hex 49 4E 5B 14 E 0 40 DF B 20
Octal 111 116 133 24 16 0 100 337 13 40
Binary 1001001 1001110 1011011 10100 1110 0 1000000 11011111 1011 100000

Color Harmonies of #494E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E5B

Black with #494E5B

Text Example


Text Example

White with #494E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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