Html Css Color HEX #49555A Trout

📋 copy color: '#49555A'

red 73 ◦ green 85 ◦ blue 90

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

Shades of Trout #49555A

Tints of Trout #49555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 29.44%
G = 34.27%
B = 36.29%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49555A (or 0x49555A) is known color: Trout. HEX triplet: 49, 55 and 5A. RGB value is (73,85,90). Sum of RGB (Red+Green+Blue) = 73+85+90=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #49555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555A is #B6AAA5. Grayscale: #515151. Windows color (decimal): -11971238 or 5920073. OLE color: 5920073.

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

Color convert

RGB 73 85 90 -
CMYK 0.19 0.06 0 0.65
HSL 197.65º 0.1% 0.32% -
HSV(B) 197.65º 0.19% 0.35% -
XYZ 7.84 8.65 10.93 -
YUV 81.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 73 85 90 0.19 0.06 0 0.65 197.65 0.1 0.32
Hex 49 55 5A 13 6 0 41 C6 A 20
Octal 111 125 132 23 6 0 101 306 12 40
Binary 1001001 1010101 1011010 10011 110 0 1000001 11000110 1010 100000

Color Harmonies of #49555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49555A

Black with #49555A

Text Example


Text Example

White with #49555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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