Html Css Color HEX #495259 Trout

📋 copy color: '#495259'

red 73 ◦ green 82 ◦ blue 89

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

Shades of Trout #495259

Tints of Trout #495259

RGB

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

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

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

R = 29.92%
G = 33.61%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495259 (or 0x495259) is known color: Trout. HEX triplet: 49, 52 and 59. RGB value is (73,82,89). Sum of RGB (Red+Green+Blue) = 73+82+89=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #495259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495259 is #B6ADA6. Grayscale: #505050. Windows color (decimal): -11972007 or 5853769. OLE color: 5853769.

HSL color Cylindrical-coordinate representation of color #495259: hue angle of 206.25º 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 #495259 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 82 89 -
CMYK 0.18 0.08 0 0.65
HSL 206.25º 0.1% 0.32% -
HSV(B) 206.25º 0.18% 0.35% -
XYZ 7.57 8.17 10.63 -
YUV 80.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 73 82 89 0.18 0.08 0 0.65 206.25 0.1 0.32
Hex 49 52 59 12 8 0 41 CE A 20
Octal 111 122 131 22 10 0 101 316 12 40
Binary 1001001 1010010 1011001 10010 1000 0 1000001 11001110 1010 100000

Color Harmonies of #495259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495259

Black with #495259

Text Example


Text Example

White with #495259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495259; }

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

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

background-color css

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

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

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

border-color css

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

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

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