Html Css Color HEX #495155 Trout

📋 copy color: '#495155'

red 73 ◦ green 81 ◦ blue 85

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

Shades of Trout #495155

Tints of Trout #495155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.89%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 30.54%
G = 33.89%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495155 (or 0x495155) is known color: Trout. HEX triplet: 49, 51 and 55. RGB value is (73,81,85). Sum of RGB (Red+Green+Blue) = 73+81+85=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 85 - color contains mainly: blue. Hex color #495155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495155 is #B6AEAA. Grayscale: #4F4F4F. Windows color (decimal): -11972267 or 5591369. OLE color: 5591369.

HSL color Cylindrical-coordinate representation of color #495155: hue angle of 200º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495155 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 81 85 -
CMYK 0.14 0.05 0 0.67
HSL 200º 0.08% 0.31% -
HSV(B) 200º 0.14% 0.33% -
XYZ 7.33 7.96 9.74 -
YUV 79.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 73 81 85 0.14 0.05 0 0.67 200 0.08 0.31
Hex 49 51 55 E 5 0 43 C8 8 1F
Octal 111 121 125 16 5 0 103 310 10 37
Binary 1001001 1010001 1010101 1110 101 0 1000011 11001000 1000 11111

Color Harmonies of #495155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495155

Black with #495155

Text Example


Text Example

White with #495155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495155; }

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

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

background-color css

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

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

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

border-color css

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

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

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