Html Css Color HEX #495458 Trout

📋 copy color: '#495458'

red 73 ◦ green 84 ◦ blue 88

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

Shades of Trout #495458

Tints of Trout #495458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 29.8%
G = 34.29%
B = 35.92%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495458 (or 0x495458) is known color: Trout. HEX triplet: 49, 54 and 58. RGB value is (73,84,88). Sum of RGB (Red+Green+Blue) = 73+84+88=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #495458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495458 is #B6ABA7. Grayscale: #515151. Windows color (decimal): -11971496 or 5788745. OLE color: 5788745.

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

Color convert

RGB 73 84 88 -
CMYK 0.17 0.05 0 0.65
HSL 196º 0.09% 0.32% -
HSV(B) 196º 0.17% 0.35% -
XYZ 7.68 8.46 10.46 -
YUV 81.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 73 84 88 0.17 0.05 0 0.65 196 0.09 0.32
Hex 49 54 58 11 5 0 41 C4 9 20
Octal 111 124 130 21 5 0 101 304 11 40
Binary 1001001 1010100 1011000 10001 101 0 1000001 11000100 1001 100000

Color Harmonies of #495458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495458

Black with #495458

Text Example


Text Example

White with #495458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495458; }

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

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

background-color css

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

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

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

border-color css

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

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

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