#4A575B

Color #4A575B Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #4A575B

Tints of Trout #4A575B

Color information

#4A575B (or 0x4A575B) is unknown color: approx Trout. HEX triplet: 4A, 57 and 5B. RGB value is (74,87,91). Sum of RGB (Red+Green+Blue) = 74+87+91=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A575B is #B5A8A4. Grayscale: #535353. Windows color (decimal): -11905189 or 5986122. OLE color: 5986122.

HSL color Cylindrical-coordinate representation of color #4A575B: hue angle of 194.12º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A575B is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB748791-
CMYK0.190.0400.64
HSL194.12º10.3%32.35%-
HSV(B)194.12º18.68%35.69%-
XYZ8.129.0311.21-
YUV83.57132.19121.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=29.37%
G=34.52%
B=36.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7487910.190.0400.64194.1210.332.35
Hex4A575B134040c2a20
Octal11212713323401003021240
Binary1001010101011110110111001110001000000110000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,91); }

 H1.HeaderClassName
 {
   color: #4A575B;
 }
 .AnyTagClassName
 {
   color: #4A575B;
 }
</style>
background-color css

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

 a { background-color: rgb(74,87,91); }

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

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

 span { border-color: rgb(74,87,91); }

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