#48494B

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

Shades of Tuna #48494B

Tints of Tuna #48494B

Color information

#48494B (or 0x48494B) is unknown color: approx Tuna. HEX triplet: 48, 49 and 4B. RGB value is (72,73,75). Sum of RGB (Red+Green+Blue) = 72+73+75=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 75 - color contains mainly: blue. Hex color #48494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48494B is #B7B6B4. Grayscale: #484848. Windows color (decimal): -12039861 or 4933960. OLE color: 4933960.

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

Color convert

RGB727375-
CMYK0.040.0300.71
HSL220º2.04%28.82%-
HSV(B)220º4%29.41%-
XYZ6.336.657.61-
YUV72.93129.17127.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=32.73%
G=33.18%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273750.040.0300.712202.0428.82
Hex48494B43047dc21d
Octal110111113430107334235
Binary1001000100100110010111001101000111110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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