Html Css Color HEX #494C4D Trout

📋 copy color: '#494C4D'

red 73 ◦ green 76 ◦ blue 77

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

Shades of Trout #494C4D

Tints of Trout #494C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 32.3%
G = 33.63%
B = 34.07%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#494C4D (or 0x494C4D) is known color: Trout. HEX triplet: 49, 4C and 4D. RGB value is (73,76,77). Sum of RGB (Red+Green+Blue) = 73+76+77=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 77 - color contains mainly: blue. Hex color #494C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C4D is #B6B3B2. Grayscale: #4B4B4B. Windows color (decimal): -11973555 or 5065801. OLE color: 5065801.

HSL color Cylindrical-coordinate representation of color #494C4D: hue angle of 195º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494C4D is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 77 -
CMYK 0.05 0.01 0 0.70
HSL 195º 0.03% 0.29% -
HSV(B) 195º 0.05% 0.3% -
XYZ 6.67 7.12 8.04 -
YUV 75.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 73 76 77 0.05 0.01 0 0.70 195 0.03 0.29
Hex 49 4C 4D 5 1 0 46 C3 3 1D
Octal 111 114 115 5 1 0 106 303 3 35
Binary 1001001 1001100 1001101 101 1 0 1000110 11000011 11 11101

Color Harmonies of #494C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C4D

Black with #494C4D

Text Example


Text Example

White with #494C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C4D; }

 p { color: rgb(73,76,77); }

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

background-color css

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

 a { background-color: rgb(73,76,77); }

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

border-color css

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

 span { border-color: rgb(73,76,77); }

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