Html Css Color HEX #495056 Trout

📋 copy color: '#495056'

red 73 ◦ green 80 ◦ blue 86

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

Shades of Trout #495056

Tints of Trout #495056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

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

R = 30.54%
G = 33.47%
B = 35.98%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#495056 (or 0x495056) is known color: Trout. HEX triplet: 49, 50 and 56. RGB value is (73,80,86). Sum of RGB (Red+Green+Blue) = 73+80+86=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: blue. Hex color #495056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495056 is #B6AFA9. Grayscale: #4E4E4E. Windows color (decimal): -11972522 or 5656649. OLE color: 5656649.

HSL color Cylindrical-coordinate representation of color #495056: hue angle of 207.69º 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 #495056 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 80 86 -
CMYK 0.15 0.07 0 0.66
HSL 207.69º 0.08% 0.31% -
HSV(B) 207.69º 0.15% 0.34% -
XYZ 7.3 7.83 9.93 -
YUV 78.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 73 80 86 0.15 0.07 0 0.66 207.69 0.08 0.31
Hex 49 50 56 F 7 0 42 D0 8 1F
Octal 111 120 126 17 7 0 102 320 10 37
Binary 1001001 1010000 1010110 1111 111 0 1000010 11010000 1000 11111

Color Harmonies of #495056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495056

Black with #495056

Text Example


Text Example

White with #495056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495056; }

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

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

background-color css

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

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

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

border-color css

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

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

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