#484F5D

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

Shades of Tuna #484F5D

Tints of Tuna #484F5D

Color information

#484F5D (or 0x484F5D) is unknown color: approx Tuna. HEX triplet: 48, 4F and 5D. RGB value is (72,79,93). Sum of RGB (Red+Green+Blue) = 72+79+93=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #484F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F5D is #B7B0A2. Grayscale: #4E4E4E. Windows color (decimal): -12038307 or 6115144. OLE color: 6115144.

HSL color Cylindrical-coordinate representation of color #484F5D: hue angle of 220º 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 #484F5D is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB727993-
CMYK0.230.1500.64
HSL220º12.73%32.35%-
HSV(B)220º22.58%36.47%-
XYZ7.447.7611.46-
YUV78.5136.18123.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=29.51%
G=32.38%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7279930.230.1500.6422012.7332.35
Hex484F5D17F040dcd20
Octal110117135271701003341540
Binary10010001001111101110110111111101000000110111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484F5D; }

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

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

<style>
 a { background-color: #484F5D; }

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

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

<style>
 span { border-color: #484F5D; }

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

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