#48494A

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

Shades of Tuna #48494A

Tints of Tuna #48494A

Color information

#48494A (or 0x48494A) is unknown color: approx Tuna. HEX triplet: 48, 49 and 4A. RGB value is (72,73,74). Sum of RGB (Red+Green+Blue) = 72+73+74=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 74 - color contains mainly: blue. Hex color #48494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48494A is #B7B6B5. Grayscale: #484848. Windows color (decimal): -12039862 or 4868424. OLE color: 4868424.

HSL color Cylindrical-coordinate representation of color #48494A: hue angle of 210º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #48494A is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB727374-
CMYK0.030.0100.71
HSL210º1.37%28.63%-
HSV(B)210º2.7%29.02%-
XYZ6.296.647.43-
YUV72.82128.67127.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=32.88%
G=33.33%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273740.030.0100.712101.3728.63
Hex48494A31047d211d
Octal110111112310107322135
Binary1001000100100110010101110100011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,73,74); }

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

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

 a { background-color: rgb(72,73,74); }

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

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

 span { border-color: rgb(72,73,74); }

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