Html Css Color HEX #49585D Trout

📋 copy color: '#49585D'

red 73 ◦ green 88 ◦ blue 93

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

Shades of Trout #49585D

Tints of Trout #49585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 28.74%
G = 34.65%
B = 36.61%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49585D (or 0x49585D) is known color: Trout. HEX triplet: 49, 58 and 5D. RGB value is (73,88,93). Sum of RGB (Red+Green+Blue) = 73+88+93=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #49585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585D is #B6A7A2. Grayscale: #545454. Windows color (decimal): -11970467 or 6117449. OLE color: 6117449.

HSL color Cylindrical-coordinate representation of color #49585D: hue angle of 195º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49585D is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 88 93 -
CMYK 0.22 0.05 0 0.64
HSL 195º 0.12% 0.33% -
HSV(B) 195º 0.22% 0.36% -
XYZ 8.21 9.19 11.7 -
YUV 84.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 73 88 93 0.22 0.05 0 0.64 195 0.12 0.33
Hex 49 58 5D 16 5 0 40 C3 C 21
Octal 111 130 135 26 5 0 100 303 14 41
Binary 1001001 1011000 1011101 10110 101 0 1000000 11000011 1100 100001

Color Harmonies of #49585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49585D

Black with #49585D

Text Example


Text Example

White with #49585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49585D; }

 p { color: rgb(73,88,93); }

 H1.HeaderClassName
 {
   color: #49585D;
 }
 .AnyTagClassName
 {
   color: #49585D;
 }
</style>

background-color css

<style>
 a { background-color: #49585D; }

 a { background-color: rgb(73,88,93); }

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

border-color css

<style>
 span { border-color: #49585D; }

 span { border-color: rgb(73,88,93); }

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