#484F58

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

Shades of Tuna #484F58

Tints of Tuna #484F58

Color information

#484F58 (or 0x484F58) is unknown color: approx Tuna. HEX triplet: 48, 4F and 58. RGB value is (72,79,88). Sum of RGB (Red+Green+Blue) = 72+79+88=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #484F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F58 is #B7B0A7. Grayscale: #4D4D4D. Windows color (decimal): -12038312 or 5787464. OLE color: 5787464.

HSL color Cylindrical-coordinate representation of color #484F58: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #484F58 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB727988-
CMYK0.180.1000.65
HSL213.75º10%31.37%-
HSV(B)213.75º18.18%34.51%-
XYZ7.237.6710.33-
YUV77.93133.68123.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=30.13%
G=33.05%
B=36.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7279880.180.1000.65213.751031.37
Hex484F5812A041d6a1f
Octal110117130221201013261237
Binary1001000100111110110001001010100100000111010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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