Html Css Color HEX #494E5C Tuna

📋 copy color: '#494E5C'

red 73 ◦ green 78 ◦ blue 92

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

Shades of Tuna #494E5C

Tints of Tuna #494E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 30.04%
G = 32.1%
B = 37.86%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#494E5C (or 0x494E5C) is known color: Tuna. HEX triplet: 49, 4E and 5C. RGB value is (73,78,92). Sum of RGB (Red+Green+Blue) = 73+78+92=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #494E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E5C is #B6B1A3. Grayscale: #4E4E4E. Windows color (decimal): -11973028 or 6049353. OLE color: 6049353.

HSL color Cylindrical-coordinate representation of color #494E5C: hue angle of 224.21º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #494E5C is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 78 92 -
CMYK 0.21 0.15 0 0.64
HSL 224.21º 0.12% 0.32% -
HSV(B) 224.21º 0.21% 0.36% -
XYZ 7.4 7.64 11.21 -
YUV 78.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 73 78 92 0.21 0.15 0 0.64 224.21 0.12 0.32
Hex 49 4E 5C 15 F 0 40 E0 C 20
Octal 111 116 134 25 17 0 100 340 14 40
Binary 1001001 1001110 1011100 10101 1111 0 1000000 11100000 1100 100000

Color Harmonies of #494E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E5C

Black with #494E5C

Text Example


Text Example

White with #494E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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