Html Css Color HEX #495154 Trout

📋 copy color: '#495154'

red 73 ◦ green 81 ◦ blue 84

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

Shades of Trout #495154

Tints of Trout #495154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.29%

R = 30.67%
G = 34.03%
B = 35.29%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495154 (or 0x495154) is known color: Trout. HEX triplet: 49, 51 and 54. RGB value is (73,81,84). Sum of RGB (Red+Green+Blue) = 73+81+84=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #495154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495154 is #B6AEAB. Grayscale: #4E4E4E. Windows color (decimal): -11972268 or 5525833. OLE color: 5525833.

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

Color convert

RGB 73 81 84 -
CMYK 0.13 0.04 0 0.67
HSL 196.36º 0.07% 0.31% -
HSV(B) 196.36º 0.13% 0.33% -
XYZ 7.29 7.94 9.54 -
YUV 78.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 73 81 84 0.13 0.04 0 0.67 196.36 0.07 0.31
Hex 49 51 54 D 4 0 43 C4 7 1F
Octal 111 121 124 15 4 0 103 304 7 37
Binary 1001001 1010001 1010100 1101 100 0 1000011 11000100 111 11111

Color Harmonies of #495154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495154

Black with #495154

Text Example


Text Example

White with #495154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495154; }

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

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

background-color css

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

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

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

border-color css

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

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

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