#48565A

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

Shades of Trout #48565A

Tints of Trout #48565A

Color information

#48565A (or 0x48565A) is unknown color: approx Trout. HEX triplet: 48, 56 and 5A. RGB value is (72,86,90). Sum of RGB (Red+Green+Blue) = 72+86+90=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #48565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565A is #B7A9A5. Grayscale: #525252. Windows color (decimal): -12036518 or 5920328. OLE color: 5920328.

HSL color Cylindrical-coordinate representation of color #48565A: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #48565A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728690-
CMYK0.200.0400.65
HSL193.33º11.11%31.76%-
HSV(B)193.33º20%35.29%-
XYZ7.858.7710.95-
YUV82.27132.36120.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=29.03%
G=34.68%
B=36.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7286900.200.0400.65193.3311.1131.76
Hex48565A144041c1b20
Octal11012613224401013011340
Binary1001000101011010110101010010001000001110000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48565A; }

 p { color: rgb(72,86,90); }

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

<style>
 a { background-color: #48565A; }

 a { background-color: rgb(72,86,90); }

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

<style>
 span { border-color: #48565A; }

 span { border-color: rgb(72,86,90); }

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