Html Css Color HEX #495254 Trout

📋 copy color: '#495254'

red 73 ◦ green 82 ◦ blue 84

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

Shades of Trout #495254

Tints of Trout #495254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.15%

R = 30.54%
G = 34.31%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495254 (or 0x495254) is known color: Trout. HEX triplet: 49, 52 and 54. RGB value is (73,82,84). Sum of RGB (Red+Green+Blue) = 73+82+84=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #495254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495254 is #B6ADAB. Grayscale: #4F4F4F. Windows color (decimal): -11972012 or 5526089. OLE color: 5526089.

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

Color convert

RGB 73 82 84 -
CMYK 0.13 0.02 0 0.67
HSL 190.91º 0.07% 0.31% -
HSV(B) 190.91º 0.13% 0.33% -
XYZ 7.37 8.09 9.56 -
YUV 79.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 73 82 84 0.13 0.02 0 0.67 190.91 0.07 0.31
Hex 49 52 54 D 2 0 43 BF 7 1F
Octal 111 122 124 15 2 0 103 277 7 37
Binary 1001001 1010010 1010100 1101 10 0 1000011 10111111 111 11111

Color Harmonies of #495254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495254

Black with #495254

Text Example


Text Example

White with #495254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495254; }

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

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

background-color css

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

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

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

border-color css

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

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

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