#484D4F

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

Shades of Trout #484D4F

Tints of Trout #484D4F

Color information

#484D4F (or 0x484D4F) is unknown color: approx Trout. HEX triplet: 48, 4D and 4F. RGB value is (72,77,79). Sum of RGB (Red+Green+Blue) = 72+77+79=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: blue. Hex color #484D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D4F is #B7B2B0. Grayscale: #4B4B4B. Windows color (decimal): -12038833 or 5197128. OLE color: 5197128.

HSL color Cylindrical-coordinate representation of color #484D4F: hue angle of 197.14º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #484D4F is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB727779-
CMYK0.090.0300.69
HSL197.14º4.64%29.61%-
HSV(B)197.14º8.86%30.98%-
XYZ6.747.258.44-
YUV75.73129.84125.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=31.58%
G=33.77%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7277790.090.0300.69197.144.6429.61
Hex484D4F93045c551e
Octal1101151171130105305536
Binary100100010011011001111100111010001011100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D4F; }

 p { color: rgb(72,77,79); }

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

<style>
 a { background-color: #484D4F; }

 a { background-color: rgb(72,77,79); }

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

<style>
 span { border-color: #484D4F; }

 span { border-color: rgb(72,77,79); }

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