#484E5C

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

Shades of Tuna #484E5C

Tints of Tuna #484E5C

Color information

#484E5C (or 0x484E5C) is unknown color: approx Tuna. HEX triplet: 48, 4E and 5C. RGB value is (72,78,92). Sum of RGB (Red+Green+Blue) = 72+78+92=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #484E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E5C is #B7B1A3. Grayscale: #4D4D4D. Windows color (decimal): -12038564 or 6049352. OLE color: 6049352.

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

Color convert

RGB727892-
CMYK0.220.1500.64
HSL222º12.2%32.16%-
HSV(B)222º21.74%36.08%-
XYZ7.337.611.21-
YUV77.8136.01123.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=29.75%
G=32.23%
B=38.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7278920.220.1500.6422212.232.16
Hex484E5C16F040dec20
Octal110116134261701003361440
Binary10010001001110101110010110111101000000110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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