#48505C

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

Shades of Tuna #48505C

Tints of Tuna #48505C

Color information

#48505C (or 0x48505C) is unknown color: approx Tuna. HEX triplet: 48, 50 and 5C. RGB value is (72,80,92). Sum of RGB (Red+Green+Blue) = 72+80+92=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #48505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48505C is #B7AFA3. Grayscale: #4E4E4E. Windows color (decimal): -12038052 or 6049864. OLE color: 6049864.

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

Color convert

RGB728092-
CMYK0.220.1300.64
HSL216º12.2%32.16%-
HSV(B)216º21.74%36.08%-
XYZ7.477.8911.25-
YUV78.98135.35123.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=29.51%
G=32.79%
B=37.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7280920.220.1300.6421612.232.16
Hex48505C16D040d8c20
Octal110120134261501003301440
Binary10010001010000101110010110110101000000110110001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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