Html Css Color HEX #495052 Trout

📋 copy color: '#495052'

red 73 ◦ green 80 ◦ blue 82

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

Shades of Trout #495052

Tints of Trout #495052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 31.06%
G = 34.04%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#495052 (or 0x495052) is known color: Trout. HEX triplet: 49, 50 and 52. RGB value is (73,80,82). Sum of RGB (Red+Green+Blue) = 73+80+82=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 82 - color contains mainly: blue. Hex color #495052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495052 is #B6AFAD. Grayscale: #4E4E4E. Windows color (decimal): -11972526 or 5394505. OLE color: 5394505.

HSL color Cylindrical-coordinate representation of color #495052: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495052 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 80 82 -
CMYK 0.11 0.02 0 0.68
HSL 193.33º 0.06% 0.3% -
HSV(B) 193.33º 0.11% 0.32% -
XYZ 7.14 7.76 9.1 -
YUV 78.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 73 80 82 0.11 0.02 0 0.68 193.33 0.06 0.3
Hex 49 50 52 B 2 0 44 C1 6 1E
Octal 111 120 122 13 2 0 104 301 6 36
Binary 1001001 1010000 1010010 1011 10 0 1000100 11000001 110 11110

Color Harmonies of #495052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495052

Black with #495052

Text Example


Text Example

White with #495052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495052; }

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

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

background-color css

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

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

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

border-color css

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

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

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