Html Css Color HEX #4A4D4F Trout

📋 copy color: '#4A4D4F'

red 74 ◦ green 77 ◦ blue 79

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

Shades of Trout #4A4D4F

Tints of Trout #4A4D4F

RGB

 RED value IS 74 (29.3% from 255) = 32.17%

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 79 (31.25% from 255) = 34.35%

R = 32.17%
G = 33.48%
B = 34.35%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4D4F (or 0x4A4D4F) is known color: Trout. HEX triplet: 4A, 4D and 4F. RGB value is (74,77,79). Sum of RGB (Red+Green+Blue) = 74+77+79=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A4D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4D4F is #B5B2B0. Grayscale: #4C4C4C. Windows color (decimal): -11907761 or 5197130. OLE color: 5197130.

HSL color Cylindrical-coordinate representation of color #4A4D4F: hue angle of 204º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4A4D4F is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 77 79 -
CMYK 0.06 0.03 0 0.69
HSL 204º 0.03% 0.3% -
HSV(B) 204º 0.06% 0.31% -
XYZ 6.89 7.33 8.45 -
YUV 76.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 74 77 79 0.06 0.03 0 0.69 204 0.03 0.3
Hex 4A 4D 4F 6 3 0 45 CC 3 1E
Octal 112 115 117 6 3 0 105 314 3 36
Binary 1001010 1001101 1001111 110 11 0 1000101 11001100 11 11110

Color Harmonies of #4A4D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4D4F

Black with #4A4D4F

Text Example


Text Example

White with #4A4D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4D4F; }

 p { color: rgb(74,77,79); }

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

background-color css

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

 a { background-color: rgb(74,77,79); }

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

border-color css

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

 span { border-color: rgb(74,77,79); }

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