#4F5255

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

Shades of Trout #4F5255

Tints of Trout #4F5255

Color information

#4F5255 (or 0x4F5255) is unknown color: approx Trout. HEX triplet: 4F, 52 and 55. RGB value is (79,82,85). Sum of RGB (Red+Green+Blue) = 79+82+85=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5255 is #B0ADAA. Grayscale: #515151. Windows color (decimal): -11578795 or 5591631. OLE color: 5591631.

HSL color Cylindrical-coordinate representation of color #4F5255: hue angle of 210º 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 #4F5255 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB798285-
CMYK0.070.0400.67
HSL210º3.66%32.16%-
HSV(B)210º7.06%33.33%-
XYZ7.888.359.79-
YUV81.44130.01126.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=32.11%
G=33.33%
B=34.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7982850.070.0400.672103.6632.16
Hex4F525574043d2420
Octal117122125740103322440
Binary1001111101001010101011111000100001111010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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