Html Css Color HEX #495257 Trout

📋 copy color: '#495257'

red 73 ◦ green 82 ◦ blue 87

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

Shades of Trout #495257

Tints of Trout #495257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 30.17%
G = 33.88%
B = 35.95%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#495257 (or 0x495257) is known color: Trout. HEX triplet: 49, 52 and 57. RGB value is (73,82,87). Sum of RGB (Red+Green+Blue) = 73+82+87=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #495257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495257 is #B6ADA8. Grayscale: #4F4F4F. Windows color (decimal): -11972009 or 5722697. OLE color: 5722697.

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

Color convert

RGB 73 82 87 -
CMYK 0.16 0.06 0 0.66
HSL 201.43º 0.09% 0.31% -
HSV(B) 201.43º 0.16% 0.34% -
XYZ 7.49 8.14 10.19 -
YUV 79.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 73 82 87 0.16 0.06 0 0.66 201.43 0.09 0.31
Hex 49 52 57 10 6 0 42 C9 9 1F
Octal 111 122 127 20 6 0 102 311 11 37
Binary 1001001 1010010 1010111 10000 110 0 1000010 11001001 1001 11111

Color Harmonies of #495257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495257

Black with #495257

Text Example


Text Example

White with #495257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495257; }

 p { color: rgb(73,82,87); }

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

background-color css

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

 a { background-color: rgb(73,82,87); }

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

border-color css

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

 span { border-color: rgb(73,82,87); }

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