Html Css Color HEX #495053 Trout

📋 copy color: '#495053'

red 73 ◦ green 80 ◦ blue 83

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

Shades of Trout #495053

Tints of Trout #495053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 30.93%
G = 33.9%
B = 35.17%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495053 (or 0x495053) is known color: Trout. HEX triplet: 49, 50 and 53. RGB value is (73,80,83). Sum of RGB (Red+Green+Blue) = 73+80+83=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 83 - color contains mainly: blue. Hex color #495053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495053 is #B6AFAC. Grayscale: #4E4E4E. Windows color (decimal): -11972525 or 5460041. OLE color: 5460041.

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

Color convert

RGB 73 80 83 -
CMYK 0.12 0.04 0 0.67
HSL 198º 0.06% 0.31% -
HSV(B) 198º 0.12% 0.33% -
XYZ 7.18 7.78 9.31 -
YUV 78.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 73 80 83 0.12 0.04 0 0.67 198 0.06 0.31
Hex 49 50 53 C 4 0 43 C6 6 1F
Octal 111 120 123 14 4 0 103 306 6 37
Binary 1001001 1010000 1010011 1100 100 0 1000011 11000110 110 11111

Color Harmonies of #495053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495053

Black with #495053

Text Example


Text Example

White with #495053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495053; }

 p { color: rgb(73,80,83); }

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

background-color css

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

 a { background-color: rgb(73,80,83); }

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

border-color css

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

 span { border-color: rgb(73,80,83); }

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