#4F5455

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

Shades of Trout #4F5455

Tints of Trout #4F5455

Color information

#4F5455 (or 0x4F5455) is unknown color: approx Trout. HEX triplet: 4F, 54 and 55. RGB value is (79,84,85). Sum of RGB (Red+Green+Blue) = 79+84+85=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5455 is #B0ABAA. Grayscale: #525252. Windows color (decimal): -11578283 or 5592143. OLE color: 5592143.

HSL color Cylindrical-coordinate representation of color #4F5455: hue angle of 190º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5455 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB798485-
CMYK0.070.0100.67
HSL190º3.66%32.16%-
HSV(B)190º7.06%33.33%-
XYZ8.038.669.84-
YUV82.62129.34125.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=31.85%
G=33.87%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7984850.070.0100.671903.6632.16
Hex4F545571043be420
Octal117124125710103276440
Binary10011111010100101010111110100001110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,85); }

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

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

 a { background-color: rgb(79,84,85); }

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

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

 span { border-color: rgb(79,84,85); }

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