Html Css Color HEX #4D575A Trout

📋 copy color: '#4D575A'

red 77 ◦ green 87 ◦ blue 90

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

Shades of Trout #4D575A

Tints of Trout #4D575A

RGB

 RED value IS 77 (30.47% from 255) = 30.31%

 GREEN value IS 87 (34.38% from 255) = 34.25%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 30.31%
G = 34.25%
B = 35.43%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D575A (or 0x4D575A) is known color: Trout. HEX triplet: 4D, 57 and 5A. RGB value is (77,87,90). Sum of RGB (Red+Green+Blue) = 77+87+90=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D575A is #B2A8A5. Grayscale: #545454. Windows color (decimal): -11708582 or 5920589. OLE color: 5920589.

HSL color Cylindrical-coordinate representation of color #4D575A: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D575A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 87 90 -
CMYK 0.14 0.03 0 0.65
HSL 193.85º 0.08% 0.33% -
HSV(B) 193.85º 0.14% 0.35% -
XYZ 8.31 9.13 11 -
YUV 84.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 77 87 90 0.14 0.03 0 0.65 193.85 0.08 0.33
Hex 4D 57 5A E 3 0 41 C2 8 21
Octal 115 127 132 16 3 0 101 302 10 41
Binary 1001101 1010111 1011010 1110 11 0 1000001 11000010 1000 100001

Color Harmonies of #4D575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D575A

Black with #4D575A

Text Example


Text Example

White with #4D575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,87,90); }

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

background-color css

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

 a { background-color: rgb(77,87,90); }

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

border-color css

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

 span { border-color: rgb(77,87,90); }

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