#484E50

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

Shades of Trout #484E50

Tints of Trout #484E50

Color information

#484E50 (or 0x484E50) is unknown color: approx Trout. HEX triplet: 48, 4E and 50. RGB value is (72,78,80). Sum of RGB (Red+Green+Blue) = 72+78+80=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #484E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E50 is #B7B1AF. Grayscale: #4C4C4C. Windows color (decimal): -12038576 or 5262920. OLE color: 5262920.

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

Color convert

RGB727880-
CMYK0.100.0200.69
HSL195º5.26%29.8%-
HSV(B)195º10%31.37%-
XYZ6.847.418.66-
YUV76.43130.01124.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=31.30%
G=33.91%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278800.100.0200.691955.2629.8
Hex484E50A2045c351e
Octal1101161201220105303536
Binary100100010011101010000101010010001011100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,78,80); }

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

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

 a { background-color: rgb(72,78,80); }

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

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

 span { border-color: rgb(72,78,80); }

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