#484F54

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

Shades of Trout #484F54

Tints of Trout #484F54

Color information

#484F54 (or 0x484F54) is unknown color: approx Trout. HEX triplet: 48, 4F and 54. RGB value is (72,79,84). Sum of RGB (Red+Green+Blue) = 72+79+84=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #484F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F54 is #B7B0AB. Grayscale: #4D4D4D. Windows color (decimal): -12038316 or 5525320. OLE color: 5525320.

HSL color Cylindrical-coordinate representation of color #484F54: hue angle of 205º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484F54 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727984-
CMYK0.140.0600.67
HSL205º7.69%30.59%-
HSV(B)205º14.29%32.94%-
XYZ7.077.619.48-
YUV77.48131.68124.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=30.64%
G=33.62%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7279840.140.0600.672057.6930.59
Hex484F54E6043cd81f
Octal11011712416601033151037
Binary10010001001111101010011101100100001111001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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