#48505A

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

Shades of Tuna #48505A

Tints of Tuna #48505A

Color information

#48505A (or 0x48505A) is unknown color: approx Tuna. HEX triplet: 48, 50 and 5A. RGB value is (72,80,90). Sum of RGB (Red+Green+Blue) = 72+80+90=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #48505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505A is #B7AFA5. Grayscale: #4E4E4E. Windows color (decimal): -12038054 or 5918792. OLE color: 5918792.

HSL color Cylindrical-coordinate representation of color #48505A: hue angle of 213.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 #48505A is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728090-
CMYK0.200.1100.65
HSL213.33º11.11%31.76%-
HSV(B)213.33º20%35.29%-
XYZ7.397.8510.8-
YUV78.75134.35123.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=29.75%
G=33.06%
B=37.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7280900.200.1100.65213.3311.1131.76
Hex48505A14B041d5b20
Octal110120132241301013251340
Binary10010001010000101101010100101101000001110101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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