Html Css Color HEX #49565A Trout

📋 copy color: '#49565A'

red 73 ◦ green 86 ◦ blue 90

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

Shades of Trout #49565A

Tints of Trout #49565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

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

R = 29.32%
G = 34.54%
B = 36.14%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49565A (or 0x49565A) is known color: Trout. HEX triplet: 49, 56 and 5A. RGB value is (73,86,90). Sum of RGB (Red+Green+Blue) = 73+86+90=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: blue. Hex color #49565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49565A is #B6A9A5. Grayscale: #525252. Windows color (decimal): -11970982 or 5920329. OLE color: 5920329.

HSL color Cylindrical-coordinate representation of color #49565A: hue angle of 194.12º 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 #49565A is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 86 90 -
CMYK 0.19 0.04 0 0.65
HSL 194.12º 0.1% 0.32% -
HSV(B) 194.12º 0.19% 0.35% -
XYZ 7.92 8.81 10.96 -
YUV 82.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 73 86 90 0.19 0.04 0 0.65 194.12 0.1 0.32
Hex 49 56 5A 13 4 0 41 C2 A 20
Octal 111 126 132 23 4 0 101 302 12 40
Binary 1001001 1010110 1011010 10011 100 0 1000001 11000010 1010 100000

Color Harmonies of #49565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49565A

Black with #49565A

Text Example


Text Example

White with #49565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49565A; }

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

 H1.HeaderClassName
 {
   color: #49565A;
 }
 .AnyTagClassName
 {
   color: #49565A;
 }
</style>

background-color css

<style>
 a { background-color: #49565A; }

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

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

border-color css

<style>
 span { border-color: #49565A; }

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

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