Html Css Color HEX #495156 Trout

📋 copy color: '#495156'

red 73 ◦ green 81 ◦ blue 86

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

Shades of Trout #495156

Tints of Trout #495156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 30.42%
G = 33.75%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#495156 (or 0x495156) is known color: Trout. HEX triplet: 49, 51 and 56. RGB value is (73,81,86). Sum of RGB (Red+Green+Blue) = 73+81+86=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #495156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495156 is #B6AEA9. Grayscale: #4F4F4F. Windows color (decimal): -11972266 or 5656905. OLE color: 5656905.

HSL color Cylindrical-coordinate representation of color #495156: hue angle of 203.08º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495156 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 81 86 -
CMYK 0.15 0.06 0 0.66
HSL 203.08º 0.08% 0.31% -
HSV(B) 203.08º 0.15% 0.34% -
XYZ 7.37 7.97 9.95 -
YUV 79.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 73 81 86 0.15 0.06 0 0.66 203.08 0.08 0.31
Hex 49 51 56 F 6 0 42 CB 8 1F
Octal 111 121 126 17 6 0 102 313 10 37
Binary 1001001 1010001 1010110 1111 110 0 1000010 11001011 1000 11111

Color Harmonies of #495156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495156

Black with #495156

Text Example


Text Example

White with #495156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495156; }

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

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

background-color css

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

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

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

border-color css

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

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

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