Html Css Color HEX #495054 Trout

📋 copy color: '#495054'

red 73 ◦ green 80 ◦ blue 84

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

Shades of Trout #495054

Tints of Trout #495054

RGB

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

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

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

R = 30.8%
G = 33.76%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#495054 (or 0x495054) is known color: Trout. HEX triplet: 49, 50 and 54. RGB value is (73,80,84). Sum of RGB (Red+Green+Blue) = 73+80+84=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 84 - color contains mainly: blue. Hex color #495054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495054 is #B6AFAB. Grayscale: #4E4E4E. Windows color (decimal): -11972524 or 5525577. OLE color: 5525577.

HSL color Cylindrical-coordinate representation of color #495054: hue angle of 201.82º 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 #495054 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 80 84 -
CMYK 0.13 0.05 0 0.67
HSL 201.82º 0.07% 0.31% -
HSV(B) 201.82º 0.13% 0.33% -
XYZ 7.22 7.79 9.51 -
YUV 78.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 73 80 84 0.13 0.05 0 0.67 201.82 0.07 0.31
Hex 49 50 54 D 5 0 43 CA 7 1F
Octal 111 120 124 15 5 0 103 312 7 37
Binary 1001001 1010000 1010100 1101 101 0 1000011 11001010 111 11111

Color Harmonies of #495054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495054

Black with #495054

Text Example


Text Example

White with #495054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495054; }

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

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

background-color css

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

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

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

border-color css

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

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

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