Html Css Color HEX #495459 Trout

📋 copy color: '#495459'

red 73 ◦ green 84 ◦ blue 89

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

Shades of Trout #495459

Tints of Trout #495459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 29.67%
G = 34.15%
B = 36.18%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495459 (or 0x495459) is known color: Trout. HEX triplet: 49, 54 and 59. RGB value is (73,84,89). Sum of RGB (Red+Green+Blue) = 73+84+89=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #495459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495459 is #B6ABA6. Grayscale: #515151. Windows color (decimal): -11971495 or 5854281. OLE color: 5854281.

HSL color Cylindrical-coordinate representation of color #495459: hue angle of 198.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495459 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 84 89 -
CMYK 0.18 0.06 0 0.65
HSL 198.75º 0.1% 0.32% -
HSV(B) 198.75º 0.18% 0.35% -
XYZ 7.72 8.48 10.68 -
YUV 81.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 73 84 89 0.18 0.06 0 0.65 198.75 0.1 0.32
Hex 49 54 59 12 6 0 41 C7 A 20
Octal 111 124 131 22 6 0 101 307 12 40
Binary 1001001 1010100 1011001 10010 110 0 1000001 11000111 1010 100000

Color Harmonies of #495459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495459

Black with #495459

Text Example


Text Example

White with #495459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495459; }

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

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

background-color css

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

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

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

border-color css

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

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

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