#484E54

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

Shades of Tuna #484E54

Tints of Tuna #484E54

Color information

#484E54 (or 0x484E54) is unknown color: approx Tuna. HEX triplet: 48, 4E and 54. RGB value is (72,78,84). Sum of RGB (Red+Green+Blue) = 72+78+84=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #484E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E54 is #B7B1AB. Grayscale: #4C4C4C. Windows color (decimal): -12038572 or 5525064. OLE color: 5525064.

HSL color Cylindrical-coordinate representation of color #484E54: hue angle of 210º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484E54 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727884-
CMYK0.140.0700.67
HSL210º7.69%30.59%-
HSV(B)210º14.29%32.94%-
XYZ77.479.46-
YUV76.89132.01124.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=30.77%
G=33.33%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7278840.140.0700.672107.6930.59
Hex484E54E7043d281f
Octal11011612416701033221037
Binary10010001001110101010011101110100001111010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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