#4B575C

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

Shades of Trout #4B575C

Tints of Trout #4B575C

Color information

#4B575C (or 0x4B575C) is unknown color: approx Trout. HEX triplet: 4B, 57 and 5C. RGB value is (75,87,92). Sum of RGB (Red+Green+Blue) = 75+87+92=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B575C is #B4A8A3. Grayscale: #535353. Windows color (decimal): -11839652 or 6051659. OLE color: 6051659.

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

Color convert

RGB758792-
CMYK0.180.0500.64
HSL197.65º10.18%32.75%-
HSV(B)197.65º18.48%36.08%-
XYZ8.249.0811.44-
YUV83.98132.52121.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.53%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=29.53%
G=34.25%
B=36.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7587920.180.0500.64197.6510.1832.75
Hex4B575C125040c6a21
Octal11312713422501003061241
Binary1001011101011110111001001010101000000110001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,92); }

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

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

 a { background-color: rgb(75,87,92); }

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

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

 span { border-color: rgb(75,87,92); }

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