#48505D

Color #48505D Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #48505D

Tints of Tuna #48505D

Color information

#48505D (or 0x48505D) is unknown color: approx Tuna. HEX triplet: 48, 50 and 5D. RGB value is (72,80,93). Sum of RGB (Red+Green+Blue) = 72+80+93=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #48505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505D is #B7AFA2. Grayscale: #4F4F4F. Windows color (decimal): -12038051 or 6115400. OLE color: 6115400.

HSL color Cylindrical-coordinate representation of color #48505D: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48505D is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB728093-
CMYK0.230.1400.64
HSL217.14º12.73%32.35%-
HSV(B)217.14º22.58%36.47%-
XYZ7.527.9111.49-
YUV79.09135.85122.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=29.39%
G=32.65%
B=37.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7280930.230.1400.64217.1412.7332.35
Hex48505D17E040d9d20
Octal110120135271601003311540
Binary10010001010000101110110111111001000000110110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48505D; }

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

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

<style>
 a { background-color: #48505D; }

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

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

<style>
 span { border-color: #48505D; }

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

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