Html Css Color HEX #494E5A Tuna

📋 copy color: '#494E5A'

red 73 ◦ green 78 ◦ blue 90

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

Shades of Tuna #494E5A

Tints of Tuna #494E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 30.29%
G = 32.37%
B = 37.34%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494E5A (or 0x494E5A) is known color: Tuna. HEX triplet: 49, 4E and 5A. RGB value is (73,78,90). Sum of RGB (Red+Green+Blue) = 73+78+90=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #494E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E5A is #B6B1A5. Grayscale: #4D4D4D. Windows color (decimal): -11973030 or 5918281. OLE color: 5918281.

HSL color Cylindrical-coordinate representation of color #494E5A: hue angle of 222.35º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494E5A is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 78 90 -
CMYK 0.19 0.13 0 0.65
HSL 222.35º 0.1% 0.32% -
HSV(B) 222.35º 0.19% 0.35% -
XYZ 7.32 7.6 10.75 -
YUV 77.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 73 78 90 0.19 0.13 0 0.65 222.35 0.1 0.32
Hex 49 4E 5A 13 D 0 41 DE A 20
Octal 111 116 132 23 15 0 101 336 12 40
Binary 1001001 1001110 1011010 10011 1101 0 1000001 11011110 1010 100000

Color Harmonies of #494E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E5A

Black with #494E5A

Text Example


Text Example

White with #494E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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